Update README.md

Fixed an issue where the copy code was too big.
This commit is contained in:
Joseph 2023-12-17 22:36:10 -05:00 committed by GitHub
parent 2d216ba14e
commit 7b37328765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```