diff --git a/apps/popcorn/converter/README.md b/apps/popcorn/converter/README.md index 96274cc..641f0ed 100644 --- a/apps/popcorn/converter/README.md +++ b/apps/popcorn/converter/README.md @@ -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! \ No newline at end of file +If the inputs are not as specified, then the converter will likely crash!