diff options
author | Munyoki Kilyungi | 2024-09-04 12:04:50 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-09-04 12:04:50 +0300 |
commit | c9aa9f3d87affcc720260b970b945e228dfc421c (patch) | |
tree | efd432a4cef31e3100f63da5ca1d37a9c1030671 | |
parent | fa99de7d64e2f683f758fef608f463dad11e4491 (diff) | |
download | gn-guile-c9aa9f3d87affcc720260b970b945e228dfc421c.tar.gz |
Update documentation to mention new variables.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ``` |