diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -15,11 +15,8 @@ individual components below. ## Translation If you want to help translate the project, you can use the -[weblate](https://translate.codeberg.org/engage/hurrycurry/). All help -is appreciated. - -If your language is not available on weblate, please -[open an issue](https://codeberg.org/hurrycurry/hurrycurry/issues/new). +[weblate](https://translate.codeberg.org/engage/hurrycurry/). All help is +appreciated. ## Client @@ -27,7 +24,8 @@ If your language is not available on weblate, please - Requirements: - Godot 4.2 - - cURL + - cURL (only if book is required) + - Nightly rust toolchain (only if locales are required) ``` make client @@ -71,15 +69,14 @@ make pixel-client ### Usage -``` -cargo +nightly run --bin pixel-client -``` +- `./target/release/pixelcurry` ## Test Client ### Building - Requirements: + - Nightly rust toolchain (only if locales are required) - esbuild ``` |