summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2020-08-28 10:02:23 -0600
committerTuowen Zhao <ztuowen@gmail.com>2020-08-28 10:02:23 -0600
commit8620d4004c3391fa4f624ebf500eef8bcf32a52e (patch)
treec8d6dcc080733bf63aec4acaf3257a7400da1bb3 /README.md
parentf672613e98ba6b30728517b22c0e378557d7fb81 (diff)
parent8d08f1634a7b9782e3722ce770e8630f569afe3f (diff)
downloadzsh-8620d4004c3391fa4f624ebf500eef8bcf32a52e.tar.gz
zsh-8620d4004c3391fa4f624ebf500eef8bcf32a52e.tar.bz2
zsh-8620d4004c3391fa4f624ebf500eef8bcf32a52e.zip
Merge remote-tracking branch 'origin/master' into master
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 329eff178..8be05b6f1 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,12 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
+#### via fetch
+
+```shell
+sh -c "$(fetch -o - https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
+```
+
#### Manual inspection
It's a good idea to inspect the install script from projects you don't yet know. You can do
@@ -267,7 +273,7 @@ DISABLE_AUTO_UPDATE=true
If you'd like to upgrade at any point in time (maybe someone just released a new plugin and you don't want to wait a week?) you just need to run:
```shell
-upgrade_oh_my_zsh
+omz update
```
Magic! 🎉