Update README, including how to set things up using guix.scm
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 22 Mar 2017 21:26:26 +0000 (16:26 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 22 Mar 2017 21:26:26 +0000 (16:26 -0500)
README.org

index 42154c19bce68d98b6c70218cac3285fd3751de7..610b7a47504afb6b3d68850dddfb74427b48e973 100644 (file)
@@ -9,22 +9,23 @@ we're getting ahead of ourselves.
 
 ** Installing Mudsync
 
 
 ** Installing Mudsync
 
-First of all, you need 8sync from git master (or 8sync 0.2.0, which
-isn't out yet).  Yikes!  That's pretty new.  Luckily, you can get a
-tarball here:
+First of all, you need 8sync (currently 0.4.2, or git master) and
+Guile 2.2.  Install those.
 
 
-  http://dustycloud.org/misc/8sync-0.2.0-pre.tar.gz
+... Or, if you have Guix, you can set up a "guix environment" which
+should have everything you need all set to go:
 
 
-Do the usual "./configure && make && sudo make install" there.
+  guix environment -l guix.scm   # optionally add --pure
 
 Next, in mudsync's directory:
 
 
 Next, in mudsync's directory:
 
-  source pre-install-env
+  source pre-inst-env
   guile -l worlds/bricabrac.scm -e run-game
 
   guile -l worlds/bricabrac.scm -e run-game
 
-You can then connect:
+You can then connect in your browser:
+
+  http://localhost:8888
 
 
-  telnet 127.0.0.1 8889
 
 ** Playing
 
 
 ** Playing