diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ``` |