Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Change compile instructions to say compile instead of build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tulpenkiste committed May 1, 2022
1 parent f9d0fb6 commit d9c00d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Run `sudo dnf groupinstall "Development Tools" "Development Libraries"`<br>`sudo
### Other
// TODO: Add later
## Instructions
Run `build.sh` or run `cmake -B build/ . && cmake --build build/` in the terminal and execute the binary generated within the `/build/bin/` folder.
Run `./compile` or run `cmake -B build/ . && cmake --build build/` in the terminal and execute the binary generated within the `/build/bin/` folder.
# Running
## Windows
Using this software is not recommended *or* supported on Windows. Check out the [SM64 PC Info website](https://www.sm64pc.info/) for a launcher more suited towards your operating system.
Expand Down

0 comments on commit d9c00d1

Please sign in to comment.