Skip to content

Commit

Permalink
docs: updated Getting Started steps
Browse files Browse the repository at this point in the history
  • Loading branch information
krsche committed Apr 21, 2022
1 parent 6a5058c commit 060ee2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ __Features:__
```bash
./bootstrap.sh <OPTIONAL__PROJECT_NAME>
```
3. Commit the changes after running the `bootstrap.sh` script
3. Change the `README.md`
4. Update the `LICENSE`
5. Commit the changes after running the `bootstrap.sh` script
```bash
git add --all
git commit -m "feat: changed file names and refs to prj name"
git commit -m "feat: bootstrap"
git push
```
4. Change the `README.md` and enjoy KiCad w/ GitHub :)

## Releasing
1. Observe the GH Actions already run on the commit you want to release.
Expand Down

0 comments on commit 060ee2d

Please sign in to comment.