fixed typo for build instructions

mkdir build should work when copied and pasted.
pull/49/head
Aftersol 2024-08-08 23:29:16 -07:00 zatwierdzone przez GitHub
rodzic 9930bb057b
commit 9da65d62e6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ To build the converter, either do a `PICO_PLATFORM=host` build of pico-playgroun
or from this directory just do
```bash
mkidr build
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
@ -44,4 +44,4 @@ You can then do:
converter movie.rgb movie.pcm movie.pl2
```
If the inputs are not as specified, then the converter will likely crash!
If the inputs are not as specified, then the converter will likely crash!