Instal via git clone && install.sh instead of curl
This commit is contained in:
parent
e118bab814
commit
0fe013e61b
1 changed files with 6 additions and 11 deletions
17
README.md
17
README.md
|
@ -37,19 +37,14 @@ Zim has many modules! Enable as many or as few as you'd like.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
Installing Zim is easy. Just run one of these commands:
|
Installing Zim is very easy. Just run this command:
|
||||||
|
|
||||||
#### via curl
|
```
|
||||||
```
|
git clone --recursive -j8 "https://github.com/Eriner/zim.git" "~/.zim" &&\
|
||||||
sh -c "$(curl -fsSL --proto-redir -all,https https://raw.githubusercontent.com/Eriner/zim/master/tools/zim_install)"
|
sh -c "~/.zim/tools/zim_install"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### via wget
|
That's all there is to it. Enjoy your Zsh IMproved! Take some time to read about the [available modules][modules] and personalize your `.zshrc` file.
|
||||||
```
|
|
||||||
sh -c "$(wget -q --secure-protocol=auto https://raw.githubusercontent.com/Eriner/zim/master/tools/zim_install) -O -)"
|
|
||||||
```
|
|
||||||
|
|
||||||
That's all there is to it. Enjoy your Zsh IMproved! Take some time to read about the [available modules][modules] and tweak your `.zshrc` file.
|
|
||||||
|
|
||||||
Updating
|
Updating
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in a new issue