summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5243c54..954312f 100644
--- a/README.md
+++ b/README.md
@@ -50,16 +50,23 @@ Requirements
GNU Guile >= 2.0.9
-Building
---------
+Building from Git
+-----------------
Haunt uses the familiar GNU build system. GNU automake, autoconf, and
-make are required to build from source.
+make are required to build from a git checkout.
```
./bootstrap && ./configure && make
```
+GNU Guix users can create a build environment with all necessary
+dependencies using the handy `guix environment` tool:
+
+```
+guix environment -l package.scm
+```
+
License
-------