Skip to content

Commit ee22bb2

Browse files
authored
fixed typo for build instructions (#49)
mkdir build should work when copied and pasted.
1 parent 9930bb0 commit ee22bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/popcorn/converter/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To build the converter, either do a `PICO_PLATFORM=host` build of pico-playgroun
66
or from this directory just do
77

88
```bash
9-
mkidr build
9+
mkdir build
1010
cd build
1111
cmake -DCMAKE_BUILD_TYPE=Release ..
1212
make
@@ -44,4 +44,4 @@ You can then do:
4444
converter movie.rgb movie.pcm movie.pl2
4545
```
4646

47-
If the inputs are not as specified, then the converter will likely crash!
47+
If the inputs are not as specified, then the converter will likely crash!

0 commit comments

Comments
 (0)