From bd9b08af1e1f7cdaeb773c29f9762e770733bea3 Mon Sep 17 00:00:00 2001 From: Justin Pope Date: Thu, 23 Dec 2021 16:36:25 -0700 Subject: [PATCH] Update README.md Correction to compiling instructions to include correct path to the build directory. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd27791067..1708943770 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Once you have all the prerequisites, execute these commands from the top level of the Retro68 directory: mkdir ../Retro68-build - cd Retro68-build + cd ../Retro68-build ../Retro68/build-toolchain.bash The toolchain will be installed in the "toolchain" directory inside