summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2015-08-18 09:06:31 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2015-08-18 09:06:31 -0400
commit03d1309a164c253b3202d22d19e6508cc1b43341 (patch)
tree69e81a10f147b895aea8776cda7c8747fd7a5ce2
parent942cf3a80167889691eba5d6f4cde9cb31e5c7c3 (diff)
README: Add examples section.
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index de84ea2..a0bd76f 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,16 @@ dependencies using the handy `guix environment` tool:
guix environment -l package.scm
```
+Examples
+--------
+
+An example Haunt site can be found in the `example` directory:
+
+```
+cd example
+../pre-inst-env haunt build
+```
+
License
-------