From 9da65d62e6bc51195e14ff368d8ddcafe94da7d0 Mon Sep 17 00:00:00 2001 From: Aftersol <42478428+Aftersol@users.noreply.github.com> Date: Thu, 8 Aug 2024 23:29:16 -0700 Subject: [PATCH] fixed typo for build instructions mkdir build should work when copied and pasted. --- 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!