From 942cf3a80167889691eba5d6f4cde9cb31e5c7c3 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 18 Aug 2015 09:06:16 -0400 Subject: README: Explain the pre-inst-env script. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c608216..de84ea2 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3