diff --git a/README.md b/README.md index 29765c3..94ffb2e 100644 --- a/README.md +++ b/README.md @@ -162,15 +162,16 @@ make clean # Build (default build with english audio) make - -# In case you have any trouble with the ROM running on hardware try padding the ROM. - +``` +In case you have any trouble with the ROM running on hardware try padding the ROM. +``` make fix-nowine +``` +You can also try the old way of paddinng the ROM, but you don't need both. -# You can also try the old way of paddinng the ROM -# wine install required to run properly, you don't need both. +This method requires you to install wine to run properly. https://wiki.winehq.org/Ubuntu -sudo apt install wine +``` make fix ```