mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
docs: document oneline argument passing to install script
This commit is contained in:
parent
93f8c0686c
commit
03b6a72576
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
||||||
# --keep-zshrc: sets KEEP_ZSHRC to 'yes'
|
# --keep-zshrc: sets KEEP_ZSHRC to 'yes'
|
||||||
# For example:
|
# For example:
|
||||||
# sh install.sh --unattended
|
# sh install.sh --unattended
|
||||||
|
# or:
|
||||||
|
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
|
||||||
#
|
#
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue