aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ff964a3..0b825ac 100644
--- a/README.md
+++ b/README.md
@@ -46,12 +46,14 @@ For Linux:
### Compiling
```sh
+$ git clone https://git.windblume.net/pub/nick/clak
+$ dnf install libX11-devel libXi-devel SDL2-devel SDL2_mixer-devel
$ make
```
To build the boards:
```sh
-$ cd boards
+$ cd board
$ make
```