From 5c83932c746816386e5f05200c0822cd5d5ae9e5 Mon Sep 17 00:00:00 2001 From: Tristan Isham Date: Fri, 14 Jun 2024 12:48:21 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eda995..1e04183 100644 --- a/README.md +++ b/README.md @@ -254,10 +254,11 @@ Enable or disable colored ZVM output. No value toggles colors. ## Environment Variables -- `ZVM_DEBG` enables DEBUG logging for your executable. This is meant for +- `ZVM_DEBUG` enables DEBUG logging for your executable. This is meant for contributors and developers. - `ZVM_SET_CU` Toggle the automatic upgrade checker. If you want to reenable the checker, just `uset ZVM_SET_CU`. +- `ZVM_PATH` sets the install location for ZVM. Set the environment variable to the parent directory of where you've placed the `.zvm` directory. ## Please Consider Giving the Repo a Star ⭐