10 lines
223 B
Markdown
10 lines
223 B
Markdown
|
|
## 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
|
|
```
|