doc/install: document the new -q flag
This commit is contained in:
parent
aef540c659
commit
999513c1d9
|
@ -9,6 +9,9 @@ slightly more manual process. Both are explained here.
|
||||||
In this document:
|
In this document:
|
||||||
|
|
||||||
* easy install
|
* easy install
|
||||||
|
* typical example run
|
||||||
|
* advantages over the older install methods
|
||||||
|
* disadvantages
|
||||||
* manual install
|
* manual install
|
||||||
* other notes
|
* other notes
|
||||||
* next steps
|
* 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
|
prompts! (Running it without any arguments shows you usage plus other useful
|
||||||
info).
|
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
|
#### advantages over the older install methods
|
||||||
|
|
||||||
* all ssh problems reduced to **just one pre-requisite**: enable ssh pubkey
|
* all ssh problems reduced to **just one pre-requisite**: enable ssh pubkey
|
||||||
|
|
Loading…
Reference in a new issue