From 999513c1d9fcce63341b64310aae8e0ef98739cf Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sun, 25 Oct 2009 19:23:15 +0530 Subject: [PATCH] doc/install: document the new -q flag --- doc/0-INSTALL.mkd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/0-INSTALL.mkd b/doc/0-INSTALL.mkd index 5ef38cf..e6bfff5 100644 --- a/doc/0-INSTALL.mkd +++ b/doc/0-INSTALL.mkd @@ -9,6 +9,9 @@ slightly more manual process. Both are explained here. In this document: * easy install + * typical example run + * advantages over the older install methods + * disadvantages * manual install * other notes * next steps @@ -36,6 +39,17 @@ If so, just `cd` to that clone and run `src/00-easy-install.sh` and follow the prompts! (Running it without any arguments shows you usage plus other useful info). +#### typical example run + +A typical run for me is: + + src/00-easy-install.sh -q git my.git.server sitaram + +`-q` stands for "quiet" mode -- very minimal output, no verbose descriptions +of what it is going to do, and no pauses unless absolutely needed. However, +if you're doing this for the first time or you appreciate knowing what it is +actually doing, I suggest you skip the `-q`. + #### advantages over the older install methods * all ssh problems reduced to **just one pre-requisite**: enable ssh pubkey