浏览代码

docs: document oneline argument passing to install script

Marc Cornellà 3 年之前
父节点
当前提交
03b6a72576
共有 1 个文件被更改,包括 2 次插入0 次删除
  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