aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-18 14:05:34 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-18 14:05:34 +0200
commite5fdbaadbf01f14290e70c49482e1dce3c9816d8 (patch)
treec2582dd682258867bd5a4e1720dc08beef78f5db /readme.md
parent33bc7824323149407a2beaeaa0a1e601bccba39a (diff)
downloadhurrycurry-e5fdbaadbf01f14290e70c49482e1dce3c9816d8.tar
hurrycurry-e5fdbaadbf01f14290e70c49482e1dce3c9816d8.tar.bz2
hurrycurry-e5fdbaadbf01f14290e70c49482e1dce3c9816d8.tar.zst
update documentation
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/readme.md b/readme.md
index 207adf56..22485d39 100644
--- a/readme.md
+++ b/readme.md
@@ -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
```