From 82faa8e6f72b4ab0dba51038e47e8c0dc42f88c1 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 3 Mar 2012 15:34:55 -0800 Subject: [PATCH] Document NAVE_CONFIG env --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 58a7d53..e04033a 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,13 @@ to where you were before using nave. * `$NAVE_DEBUG` Set to 1 to run nave in `bash -x` style. * `$NAVE_DIR` Set to the location where you'd like nave to do its business. Defaults to `~/.nave`. +* `$NAVE_CONFIG` Set this to an array of arguments to pass to + `./configure`. Defaults to `("--debug")`. (Note that parens are + required to supply multiple arguments. I use `("--debug" + "--without-npm")` on my own system, since I'm usually using nave to + test npm, so installing it in the subshell doesn't help much.) This + can be set in the `~/.naverc` file, or in your normal + `~/.bash{rc,_profile}` files. ## Compatibility