add README.md
This commit is contained in:
parent
4fbedf47a9
commit
bb7c0b56cb
9
templates/README.md
Normal file
9
templates/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
## Installation
|
||||
|
||||
To install this as the only source of user templates, run the following commands
|
||||
|
||||
```bash
|
||||
rmdir /home/${USER}/.local/share/kicad/7.0/template
|
||||
ln -s $(pwd) /home/${USER}/.local/share/kicad/7.0/template
|
||||
```
|
Loading…
Reference in New Issue
Block a user