diff --git a/dev/buildguide.rst b/dev/buildguide.rst index bd8baad..e9693e4 100644 --- a/dev/buildguide.rst +++ b/dev/buildguide.rst @@ -32,7 +32,7 @@ In order to compile 86Box, please follow this step-by-step guide: 8. If the compilation succeeded (which it almost always should), you will find ``86Box.exe`` in the ``src`` directory. -9. In order to test your fresh build, replace the `86Box.exe` in your current 86Box environment with your freshly built one. If you do not have a pre-existing 86Box environment, download the latest successful build from https://ci.86box.net, and the latest ROM set from https://github.com/86Box/roms. +9. In order to test your fresh build, replace the ``86Box.exe`` in your current 86Box environment with your freshly built one. If you do not have a pre-existing 86Box environment, download the latest successful build from https://ci.86box.net, and the latest ROM set from https://github.com/86Box/roms. 10. Enjoy using and testing the emulator! :)