mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
fixed readme instructions
This commit is contained in:
parent
966e190bfe
commit
b7237ba897
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ This will perform all the installation steps as before, except launching `zsh` a
|
||||||
For instance, with `curl`:
|
For instance, with `curl`:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" --batch && echo "Install complete!"
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -s --batch && echo "Install complete!"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using Oh My Zsh
|
## Using Oh My Zsh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue