diff --git a/doc/build.md b/doc/build.md index 4d1f7b088..a405c1eb2 100644 --- a/doc/build.md +++ b/doc/build.md @@ -17,7 +17,7 @@ In order to compile 86Box from this repository, please follow this step-by-step $ pacman -S gdb make git mingw-w64-i686-toolchain mingw-w64-i686-openal mingw-w64-i686-freetype mingw-w64-i686-SDL2 mingw-w64-i686-zlib mingw-w64-i686-libpng ``` -5. Once the environment is fully updated and all dependencies are installed, switch into the `src` directory of the 86Box source: +5. Once the environment is fully updated and all dependencies are installed, change to the `src` directory of the 86Box source: ```console $ cd path/to/86Box/src ``` @@ -35,4 +35,4 @@ In order to compile 86Box from this repository, please follow this step-by-step 9. Enjoy using and testing the emulator! :) If you encounter issues at any step or have additional questions, please join -the IRC channel or the appropriate channel on our Discord server and wait patiently for someone to help you. \ No newline at end of file +the IRC channel or the appropriate channel on our Discord server and wait patiently for someone to help you.