diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-05-27 22:58:58 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-06-03 17:18:25 +0200 |
commit | 065844fdc058360a66320f9d0e6a04fc12853a05 (patch) | |
tree | a7bdb3a4fc782718851a3a7082ae7c2fd1dd07ec /tools/install.sh | |
parent | 1cf42a506ff55d12c3246239332469d193bbf4b1 (diff) | |
download | zsh-065844fdc058360a66320f9d0e6a04fc12853a05.tar.gz zsh-065844fdc058360a66320f9d0e6a04fc12853a05.tar.bz2 zsh-065844fdc058360a66320f9d0e6a04fc12853a05.zip |
installer: comment changes
Diffstat (limited to 'tools/install.sh')
-rwxr-xr-x | tools/install.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh index 9eb83cfbd..05b485333 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -9,7 +9,10 @@ # wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh # sh install.sh # -# Respects these environment variables for tweaking the installation process: +# You can tweak the install behavior by setting variables when running the script. For +# example, to change the path to the Oh My Zsh repository: +# ZSH=~/.zsh sh install.sh +# Respects the following environment variables: # ZSH - path to the Oh My Zsh repository folder (default: $HOME/.oh-my-zsh) # REPO - name of the GitHub repo to install from (default: robbyrussell/oh-my-zsh) # REMOTE - full remote URL of the git repo to install (default: GitHub via HTTPS) |