docs: update README.md

This commit is contained in:
2022-08-06 16:11:48 +08:00
parent 049163d511
commit a1f7be1aa4

View File

@@ -10,11 +10,11 @@ cargo install --git https://git.hatter.ink/hatter/runrs runrs
Environment variables Environment variables
| KEY | value | | Env Key | Env Value |
| ---- |---------------------------------------------------------------| |---------------|----------------------------------------------------------------|
| `HOME` | User home, default by OS system | | `HOME` | User home, default by OS system |
| `SKIP_CACHE` | Skip compiled cache file , turn on `true`, `yes`, `on` or `1` | | `SKIP_CACHE` | Skip compiled cached file , turn on `true`, `yes`, `on` or `1` |
| `RUST_SCRIPT` | `rust_script` command line bin file | | `RUST_SCRIPT` | `rust_script` command line bin file |
<br> <br>