Skip to content

Commit

Permalink
Fix Script Folder in Readme for Linux (#598)
Browse files Browse the repository at this point in the history
# Description
The folder for the linux scripts is wrong. Thought I might as well fix
it, while I'm at it.

---------

Signed-off-by: DEATHB4DEFEAT <[email protected]>
Co-authored-by: DEATHB4DEFEAT <[email protected]>
  • Loading branch information
Fansana and DEATHB4DEFEAT authored Jul 27, 2024
1 parent c505552 commit 143b1d5
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 @@ -56,8 +56,8 @@ We provide some scripts shown below to make the job easier.

> 1. Clone this repository
> 2. Run `git submodule update --init --recursive` in a terminal to download the engine
> 3. Run `Scripts/bat/buildAllDebug.sh` after making any changes to the source
> 4. Run `Scripts/bat/runQuickAll.sh` to launch the client and the server
> 3. Run `Scripts/sh/buildAllDebug.sh` after making any changes to the source
> 4. Run `Scripts/sh/runQuickAll.sh` to launch the client and the server
> 5. Connect to localhost in the client and play
### MacOS
Expand Down

0 comments on commit 143b1d5

Please sign in to comment.