fix the instruction of setup with short url
This commit is contained in:
parent
63b696c0bd
commit
4a6f83f2c3
1 changed files with 6 additions and 1 deletions
|
@ -6,8 +6,13 @@ curl https://raw.githubusercontent.com/sup39/zsh-setup/master/setup.sh | sh -
|
|||
```
|
||||
Alternatively, use the shortened url:
|
||||
```zsh
|
||||
curl http://pr8.work/0/sup39-zsh | sh -
|
||||
curl -L http://pr8.work/0/sup39-zsh | sh -
|
||||
```
|
||||
However, it may fails to redirect. You may print the content before execute it.
|
||||
```
|
||||
curl -L http://pr8.work/0/sup39-zsh
|
||||
```
|
||||
Check if the first line is `#/bin/sh`.
|
||||
|
||||
### zshrc only
|
||||
```zsh
|
||||
|
|
Loading…
Reference in a new issue