diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-18 14:05:34 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-18 14:05:34 +0200 |
commit | e5fdbaadbf01f14290e70c49482e1dce3c9816d8 (patch) | |
tree | c2582dd682258867bd5a4e1720dc08beef78f5db /readme.md | |
parent | 33bc7824323149407a2beaeaa0a1e601bccba39a (diff) | |
download | hurrycurry-e5fdbaadbf01f14290e70c49482e1dce3c9816d8.tar hurrycurry-e5fdbaadbf01f14290e70c49482e1dce3c9816d8.tar.bz2 hurrycurry-e5fdbaadbf01f14290e70c49482e1dce3c9816d8.tar.zst |
update documentation
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 ``` |