From f8c2fb3d7885839a2f57b3ec4653236b8381da70 Mon Sep 17 00:00:00 2001 From: Aftersol <42478428+Aftersol@users.noreply.github.com> Date: Sat, 27 Nov 2021 19:29:29 -0800 Subject: [PATCH] Update README.md --- apps/popcorn/converter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!