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