From c43bf1c45328a81fe70970abf70c74a4c3ec2efc Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 19 Feb 2023 23:07:59 +0800 Subject: [PATCH] chore: update readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 60c43f9..f563392 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,15 @@ cargo install --git https://git.hatter.ink/hatter/runrs runrs Environment variables -| Env Key | Env Value | -|---------------|----------------------------------------------------------------------| -| `HOME` | User home, default by OS system | +| Env Key | Env Value | +|---------------|------------------------------------------------------------------------| +| `HOME` | User home, default by OS system | +| `LOGGER` | Logger, `*` for verbose | | `RUNRS_SKIP_CACHE` | Skip compiled cached file, `bool` , turn on `true`, `yes`, `on` or `1` | | `RUNRS_REBUILD` | Force rebuild, `bool` | | `RUNRS_SILENT_BUILD` | Build new binary in silent mode, `bool` | -| `RUNRS_RUST_SCRIPT` | `rust_script` command line bin file | -| `RUNRS_MAX_SCRIPT_LEN` | Max script length, default 1MB | +| `RUNRS_RUST_SCRIPT` | `rust_script` command line bin file | +| `RUNRS_MAX_SCRIPT_LEN` | Max script length, default 1MB |