diff options
| author | Frederick Muriuki Muriithi | 2026-02-18 12:32:33 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-02-18 12:32:33 -0600 |
| commit | c768b861f68094151a385130f9e7dd0090c7d619 (patch) | |
| tree | c964bb60edd3a3205c0c79bc3f72f35451b3245b | |
| parent | ff09518802c9af1605d877cf6230825391aae874 (diff) | |
| download | gn-guile-c768b861f68094151a385130f9e7dd0090c7d619.tar.gz | |
Update invocation documentation.
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 923b64e..d37dd06 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ git remote add gn git.genenetwork.org:/home/git/public/gn-guile GNU Guile allows you to develop against a live running web server using emacs-geiser on port 1970. To try this fire up the web server from the `web` directory as ```sh -guix shell -L ~/guix-bioinformatics -m manifest.scm --container --network --file=guix.scm -- guile -L . --fresh-auto-compile --listen=1970 -e main web/webserver.scm 8091 +guix shell -L ~/guix-bioinformatics --container --network --development --file=guix.scm -- guile -L . --fresh-auto-compile --listen=1970 -e main web/webserver.scm 8091 ``` By default the root points to the API: @@ -55,7 +55,7 @@ We recommend checking the Guix documentation for manifests, channels and guix.sc To run a standalone server you should run without the listener on port 1970: ``` -guix shell -L ~/guix-bioinformatics -m manifest.scm --container --network --file=guix.scm -- guile -L . --fresh-auto-compile -e main web/webserver.scm 8091 +guix shell -L ~/guix-bioinformatics --container --network --file=guix.scm -- guile -L . --fresh-auto-compile -e main web/webserver.scm 8091 ``` ## Welcome to the world of interactive Lisp programming |
