From 060ee2d6bff769bdd5b28073e3dde53c029fb05a Mon Sep 17 00:00:00 2001 From: Fabian Kirschner Date: Thu, 21 Apr 2022 20:26:51 +0200 Subject: [PATCH] docs: updated Getting Started steps --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b7acc2..611911b 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,14 @@ __Features:__ ```bash ./bootstrap.sh ``` -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.