aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-09-04 12:04:50 +0300
committerMunyoki Kilyungi2024-09-04 12:04:50 +0300
commitc9aa9f3d87affcc720260b970b945e228dfc421c (patch)
treeefd432a4cef31e3100f63da5ca1d37a9c1030671 /README.md
parentfa99de7d64e2f683f758fef608f463dad11e4491 (diff)
downloadgn-guile-c9aa9f3d87affcc720260b970b945e228dfc421c.tar.gz
Update documentation to mention new variables.HEADmain
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'README.md')
-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
```