diff --git a/README.md b/README.md index ca51eda..b94ac6f 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Make sure you have OpenAL-Soft installed: `brew install openal-soft`. Then goto `/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) @@ -116,4 +116,4 @@ Make sure you have OpenAL-Soft installed: `sudo apt install libopenal-dev`. Then goto `/Pilot_Episode/Pilot_Episode/` and build with `./build.sh`. -Then run by typing `./bin_linux/pilot_episode`. +Then run by typing `./bin/pilot_episode`.