Updated Compile on WSL (markdown)

jLynx 2024-10-16 18:39:04 +13:00
parent 732a502f46
commit 40bad0b18d

@ -56,11 +56,11 @@
```sh
mkdir build
cd build
cmake ..
cmake -G Ninja ..
```
9. Build the firmware:
```sh
make
ninja
```