From 03b6a72576cb0f0b53abde25d409e8026d5c4ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Thu, 20 Aug 2020 11:28:10 +0200 Subject: [PATCH] docs: document oneline argument passing to install script --- tools/install.sh | 2 ++ 1 file changed, 2 insertions(+) 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