summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2827662..38a9868 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,14 @@ zc build hello.zc -o hello
zc repl
```
+### Environment Variables
+
+You can set `ZC_ROOT` to specify the location of the Standard Library (standard imports like `import "std/vector.zc"`). This allows you to run `zc` from any directory.
+
+```bash
+export ZC_ROOT=/path/to/Zen-C
+```
+
---
## Language Reference