diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-08-20 11:28:10 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2020-08-20 11:28:10 +0200 |
commit | 03b6a72576cb0f0b53abde25d409e8026d5c4ee9 (patch) | |
tree | 384fc24b0476d6db36c0480ef326801349e3682f | |
parent | 93f8c0686cd28d3f93810c4824397f21530899c7 (diff) | |
download | zsh-03b6a72576cb0f0b53abde25d409e8026d5c4ee9.tar.gz zsh-03b6a72576cb0f0b53abde25d409e8026d5c4ee9.tar.bz2 zsh-03b6a72576cb0f0b53abde25d409e8026d5c4ee9.zip |
docs: document oneline argument passing to install script
-rwxr-xr-x | tools/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/install.sh b/tools/install.sh index 4e166fef4..61b21cb9e 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -32,6 +32,8 @@ # --keep-zshrc: sets KEEP_ZSHRC to 'yes' # For example: # sh install.sh --unattended +# or: +# sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended # set -e |