Updated Compile on WSL (markdown)

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

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