chore: update readme

This commit is contained in:
2022-08-08 00:32:10 +08:00
parent b1ef84209e
commit 38ab32052d

View File

@@ -11,13 +11,13 @@ cargo install --git https://git.hatter.ink/hatter/runrs runrs
Environment variables Environment variables
| Env Key | Env Value | | Env Key | Env Value |
|---------------|---------------------------------------------------------------| |---------------|----------------------------------------------------------------------|
| `HOME` | User home, default by OS system | | `HOME` | User home, default by OS system |
| `RUNRS_SKIP_CACHE` | Skip compiled cached file , turn on `true`, `yes`, `on` or `1` | | `RUNRS_SKIP_CACHE` | Skip compiled cached file, `bool` , turn on `true`, `yes`, `on` or `1` |
| `RUNRS_REBUILD` | Force rebuild | | `RUNRS_REBUILD` | Force rebuild, `bool` |
| `RUNRS_SILENT_BUILD` | Build new binary in silent mode | | `RUNRS_SILENT_BUILD` | Build new binary in silent mode, `bool` |
| `RUNRS_RUST_SCRIPT` | `rust_script` command line bin file | | `RUNRS_RUST_SCRIPT` | `rust_script` command line bin file |
| `RUNRS_MAX_SCRIPT_LEN` | Max script length | | `RUNRS_MAX_SCRIPT_LEN` | Max script length, default 1MB |
<br> <br>