aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 11f892a..8724a7e 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Gn-Markdown is an API endpoint to edit, parse, and commit markdown files for gn-
```sh
cd web
-export GN_REPO_PATH=<repo_path>
+export REPO_PATH=<repo_path>
. .guix-shell -- guile -L .. --listen=1970 -e main ./webserver.scm 8091
```