From 38ab32052da8949229bd98f7b4a4b308137e32e9 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Mon, 8 Aug 2022 00:32:10 +0800 Subject: [PATCH] chore: update readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7b00ca1..08f7d1b 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ cargo install --git https://git.hatter.ink/hatter/runrs runrs Environment variables -| Env Key | Env Value | -|---------------|---------------------------------------------------------------| -| `HOME` | User home, default by OS system | -| `RUNRS_SKIP_CACHE` | Skip compiled cached file , turn on `true`, `yes`, `on` or `1` | -| `RUNRS_REBUILD` | Force rebuild | -| `RUNRS_SILENT_BUILD` | Build new binary in silent mode | -| `RUNRS_RUST_SCRIPT` | `rust_script` command line bin file | -| `RUNRS_MAX_SCRIPT_LEN` | Max script length | +| Env Key | Env Value | +|---------------|----------------------------------------------------------------------| +| `HOME` | User home, default by OS system | +| `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 |