1
0
Fork 0
mirror of synced 2024-09-20 20:42:53 -04:00

Instal via git clone && install.sh instead of curl

This commit is contained in:
Jorrit Visser 2017-05-29 17:30:43 +02:00
parent e118bab814
commit 0fe013e61b
No known key found for this signature in database
GPG key ID: 53E37A7EA1CB82A7

View file

@ -37,19 +37,14 @@ Zim has many modules! Enable as many or as few as you'd like.
Installation
------------
Installing Zim is easy. Just run one of these commands:
Installing Zim is very easy. Just run this command:
#### via curl
```
sh -c "$(curl -fsSL --proto-redir -all,https https://raw.githubusercontent.com/Eriner/zim/master/tools/zim_install)"
```
```
git clone --recursive -j8 "https://github.com/Eriner/zim.git" "~/.zim" &&\
sh -c "~/.zim/tools/zim_install"
```
#### via wget
```
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.
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.
Updating
--------