Browse Source

docs: document oneline argument passing to install script

Marc Cornellà 4 years ago
parent
commit
03b6a72576
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/install.sh

+ 2 - 0
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