From 6a5058c339a8c7b20c87452592e24deaf9dce1aa Mon Sep 17 00:00:00 2001 From: Fabian Kirschner Date: Thu, 21 Apr 2022 20:23:16 +0200 Subject: [PATCH] fix: missing submodule init & update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 720d9e9..4b7acc2 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ __Features:__ 1. Create and clone a new GitHub repo for your project and select this as the template for it. ```bash gh repo create --clone --template krsche/kicad-template YOUR_REPO_NAME + cd YOUR_REPO_NAME + git submodule update --init --recursive ``` 2. Run the `bootstrap.sh` script to change the name of the project files and references to your projects name. Either specify the name by providing it as the first argument, or specify nothing and it will use the parent folder (repo) name.