Skip to content

Commit

Permalink
Update README.md - typo fix (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: Ankush Goel <ankushgoel27@gmail.com>
  • Loading branch information
ankushgoel27 authored Sep 26, 2024
1 parent fd4d9cc commit f715990
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 @@ -26,7 +26,7 @@

1. Ensure you are in the root folder first
2. You can run `cargo run -- run` to build the Rust library and execute the client.
- With adding `-r` it builds the library in release mode. Note: the Godot executable is an editor, so it's a `release_debug` build, see the Target section [here](https://docs.godotengine.org/en/stable/contributing/development/compiling/introduction_to_the_buildsystem.html) for more infromation.
- With adding `-r` it builds the library in release mode. Note: the Godot executable is an editor, so it's a `release_debug` build, see the Target section [here](https://docs.godotengine.org/en/stable/contributing/development/compiling/introduction_to_the_buildsystem.html) for more information.
- With adding `-e` it also builds the library, but the project edition is executed instead of the client.

## Docker Set up project with Docker (for Android and Linux)
Expand Down

0 comments on commit f715990

Please sign in to comment.