From a1f7be1aa47a4cc525e4bc3ea19320ebaa388dc7 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 6 Aug 2022 16:11:48 +0800 Subject: [PATCH] docs: update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 647440f..7d01e36 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ cargo install --git https://git.hatter.ink/hatter/runrs runrs Environment variables -| KEY | value | -| ---- |---------------------------------------------------------------| -| `HOME` | User home, default by OS system | -| `SKIP_CACHE` | Skip compiled cache file , turn on `true`, `yes`, `on` or `1` | -| `RUST_SCRIPT` | `rust_script` command line bin file | +| Env Key | Env Value | +|---------------|----------------------------------------------------------------| +| `HOME` | User home, default by OS system | +| `SKIP_CACHE` | Skip compiled cached file , turn on `true`, `yes`, `on` or `1` | +| `RUST_SCRIPT` | `rust_script` command line bin file |