summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-01-31 20:23:13 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-01-31 20:25:20 -0500
commit6d7586080110fbcb83f8ae5344d0545314d97ae6 (patch)
tree602166441e9f5cda320c0f9d2429d9509809e829 /README.md
parent05664ee58924c39d641db83c63e44d4d7579b641 (diff)
Make guix-web a subcommand of guix.
* scripts/guix-web: Delete. * guix/scripts/web.scm: New file. * Makefile.am (SOURCES): Add it. (dev-server): Delete. * README.md (Use): Tweak usage instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 40592ee..5c6f749 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,8 @@ Wishlist
Use
---
-To run guix-web from the root of the source tree, simply run `make
-dev-server` and visit `localhost:8080` in your web browser.
+To run guix-web from the root of the source tree, simply run `guix
+web` and visit `localhost:8080` in your web browser.
Dependencies
------------