From 7477f9af79f6a6ee17d3bc1e6e138bd0c1c5f8c0 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 16 Jul 2025 09:52:34 +0200 Subject: README: Add path to guix-bioinformatics repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c9b7bc2..fb91da5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ git clone tux02.genenetwork.org:/home/git/public/gn-guile GNU Guile allows you to develop against a live running web server using emacs-geiser. To try this fire up the web server from the `web` directory as ```sh -guix shell --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 --file=guix.scm -- guile -L . --fresh-auto-compile --listen=1970 -e main web/webserver.scm 8091 ``` By default the root points to the API: @@ -42,7 +42,7 @@ curl http://127.0.0.1:8091/home/aging The `--container` option runs the code in an isolated container, and the `--network` option connects that container's networking to the host to allow you to access the running service. -If you get an error `no code for module (gn packages guile)` add the guix-bioinformatics repo to the load path (`-L` switch). +If you get an error `no code for module (gn packages guile)` add the appropriate guix-bioinformatics repo to the load path (`-L` switch). ## Welcome to the world of interactive Lisp programming -- cgit v1.2.3