From bb7c0b56cbb4f3d371c310314e7641586b0b5cee Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sun, 14 Jan 2024 12:35:26 -0700 Subject: [PATCH] add README.md --- templates/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/README.md 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 +```