diff --git a/templates/README.md b/templates/README.md new file mode 100644 index 0000000..2064d24 --- /dev/null +++ b/templates/README.md @@ -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 +```