Fix README build instructions

This commit is contained in:
Mike Davis 2022-06-12 17:12:28 -05:00 committed by mborgerson
parent 0aa85d1cb6
commit 2cafe0e730

View File

@ -5,7 +5,7 @@ This repo contains the main website contents for the xemu original Xbox emulator
### Build
To build, simply run `.\build.sh`
To build, simply run `rm -rf dist/ && ./build.sh` from within the project root
#### Ubuntu