diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-08-18 09:06:16 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-08-18 09:06:16 -0400 |
commit | 942cf3a80167889691eba5d6f4cde9cb31e5c7c3 (patch) | |
tree | aab3abe47f4d3f5a9073b7ad0ca5c34c43779a23 | |
parent | 9cd45089b7ab87bdd6fd5dc86405401a808f58f7 (diff) |
README: Explain the pre-inst-env script.
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -62,6 +62,13 @@ make are required to build from a git checkout. ./bootstrap && ./configure && make ``` +Once Haunt is built, it can be run directly from the source tree (no +need to run `make install`) via the `pre-inst-env` script: + +``` +./pre-inst-env haunt --help +``` + GNU Guix users can create a build environment with all necessary dependencies using the handy `guix environment` tool: |