Skip to content

Commit

Permalink
fix: missing submodule init & update
Browse files Browse the repository at this point in the history
  • Loading branch information
krsche committed Apr 21, 2022
1 parent 9933818 commit 6a5058c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6a5058c

Please sign in to comment.