From 80b9f56b79be5ba0ab01258e7e1c1aad7eb7c0d3 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Wed, 29 Jan 2025 15:18:51 -0800 Subject: [PATCH] feat: Add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c486cbe --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +KiCAD Templates +--------------- +Common set of KiCAD templates for JLCPCB. Copied and adapted from [https://github.com/squantor/templates_kicad]. + +## Checkout Notes +This repository includes submodules for standard component libraries, so after checking out do not forget to also check out submodules. + +```shell +git clone https://git.asymworks.com/asymworks/kicad_templates +git submodule init +git submodule update +``` +