Skip to content

Commit

Permalink
README.md:
Browse files Browse the repository at this point in the history
* Oops. Forgot to rename bin_linux/ -> bin/ in the instructions long time ago.
  • Loading branch information
razterizer committed Dec 5, 2024
1 parent eb655a7 commit 99b1bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ Make sure you have OpenAL-Soft installed: `brew install openal-soft`.

Then goto `<my_source_code_dir>/Pilot_Episode/Pilot_Episode/` and build with `./build.sh`.

Then run by typing `./bin_linux/pilot_episode`.
Then run by typing `./bin/pilot_episode`.

### Linux (Ubuntu)

Make sure you have OpenAL-Soft installed: `sudo apt install libopenal-dev`.

Then goto `<my_source_code_dir>/Pilot_Episode/Pilot_Episode/` and build with `./build.sh`.

Then run by typing `./bin_linux/pilot_episode`.
Then run by typing `./bin/pilot_episode`.

0 comments on commit 99b1bd4

Please sign in to comment.