update: docs, add ja doc

This commit is contained in:
Wataru Otsubo 2024-07-24 12:48:41 +09:00
parent 059283fab3
commit c996e5bd28
2 changed files with 27 additions and 0 deletions

View file

@ -2,7 +2,11 @@
WIP
For Japanese: [./docs/README-ja.md](README-ja.md)
## For developers
Use `rustup` to set up developing tools.
### build / run
```sh
cargo build
@ -13,6 +17,7 @@ Build for JATHub using cross:
```sh
CROSS_CONTAINER_ENGINE=podman cross build --release --target armv7-unknown-linux-musleabihf
```
`CROSS_CONTAINER_ENGINE=podman` is optional(default docker).
### test
```sh