From 307ea60608813cf985d37102c31d6ec0b2b12c4e Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 3 Nov 2025 10:31:32 +0100 Subject: Update instructions for running webserver --- README.md | 4 ++-- 1 file 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 -- cgit 1.4.1