Merge pull request #446 from jonpalmisc/master
Update prebuilt release URLs
This commit is contained in:
commit
189de1768d
@ -36,7 +36,7 @@ You can install the latest release into `$HOME/zls` using e.g.:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
brew install xz
|
brew install xz
|
||||||
mkdir $HOME/zls && cd $HOME/zls && curl -L https://github.com/zigtools/zls/releases/download/0.1.0/x86_64-macos.tar.xz | tar -xJ --strip-components=1 -C .
|
mkdir $HOME/zls && cd $HOME/zls && curl -L https://github.com/zigtools/zls/releases/download/0.9.0/x86_64-macos.tar.xz | tar -xJ --strip-components=1 -C .
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
@ -45,7 +45,7 @@ You can install the latest release into `$HOME/zls` using e.g.:
|
|||||||
|
|
||||||
```
|
```
|
||||||
sudo apt install xz-utils
|
sudo apt install xz-utils
|
||||||
mkdir $HOME/zls && cd $HOME/zls && curl -L https://github.com/zigtools/zls/releases/download/0.1.0/x86_64-linux.tar.xz | tar -xJ --strip-components=1 -C .
|
mkdir $HOME/zls && cd $HOME/zls && curl -L https://github.com/zigtools/zls/releases/download/0.9.0/x86_64-linux.tar.xz | tar -xJ --strip-components=1 -C .
|
||||||
```
|
```
|
||||||
|
|
||||||
### From Source
|
### From Source
|
||||||
|
Loading…
Reference in New Issue
Block a user