about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2025-11-03 10:31:32 +0100
committerPjotr Prins2025-11-03 10:31:32 +0100
commit307ea60608813cf985d37102c31d6ec0b2b12c4e (patch)
treeb83d14c2782cabda1a66042795b2bc553037f1d2
parent8e49a8599ac5b7a6608b6b03c6e146c69b431e58 (diff)
downloadgn-guile-307ea60608813cf985d37102c31d6ec0b2b12c4e.tar.gz
Update instructions for running webserver
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ae236ad..923b64e 100644
--- a/README.md
+++ b/README.md
@@ -52,10 +52,10 @@ If you get an error `no code for module (gn packages guile)` add the appropriate
 
 We recommend checking the Guix documentation for manifests, channels and guix.scm definitions.
 
-To run a standalone server you may try
+To run a standalone server you should run without the listener on port 1970:
 
 ```
-. .guix-shell -- guile -L .. --fresh-auto-compile -e main ./webserver.scm 8091
+guix shell -L ~/guix-bioinformatics -m manifest.scm --container --network --file=guix.scm -- guile -L . --fresh-auto-compile -e main web/webserver.scm 8091
 ```
 
 ## Welcome to the world of interactive Lisp programming