Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vigilancer authored May 26, 2024
1 parent a03ec50 commit 7001f57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ When working with ergogen-gui you need to run `./make-gui.sh sync` every time yo
#### ergogen

```sh
git clone https://github.com/vigilancer/ergogen-docker.git && cd ergogen-docker
mkdir input/ output/
./fetch-footprints.sh --add-vanilla
cp PATHTO/your-awesome-keyboard-layout.yaml input/keyboard.yaml
Expand All @@ -128,13 +129,14 @@ find output/
#### ergogen-gui

```sh
git clone https://github.com/vigilancer/ergogen-docker.git && cd ergogen-docker
./fetch-footprints.sh --add-vanilla
./make-gui.sh build
./make-gui.sh daemon
open localhost:3000
```

Every time `footprints` folder is changed run:
Every time `footprints` folder is changed (relevant to ergogen-gui only!) run:

```sh
./make-gui.sh sync
Expand Down

0 comments on commit 7001f57

Please sign in to comment.