Fix command for running script
parent
7acfbc5b92
commit
a37dd5008d
|
@ -5,6 +5,6 @@ zsh
|
|||
--
|
||||
To install zsh config, type this:
|
||||
```sh
|
||||
sh -c "${wget -O- https://nakidai.ddns.net/nakidai/dotfiles/raw/branch/master/install_zsh.sh}"
|
||||
sh -c "$(wget -O- https://nakidai.ddns.net/nakidai/dotfiles/raw/branch/master/install_zsh.sh)"
|
||||
```
|
||||
This script will replace ~/.zshrc and ~/.oh-my-zsh with its own, so be careful
|
||||
|
|
Loading…
Reference in New Issue