diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-08-18 09:06:31 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-08-18 09:06:31 -0400 |
commit | 03d1309a164c253b3202d22d19e6508cc1b43341 (patch) | |
tree | 69e81a10f147b895aea8776cda7c8747fd7a5ce2 | |
parent | 942cf3a80167889691eba5d6f4cde9cb31e5c7c3 (diff) |
README: Add examples section.
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ------- |