mirror of
https://github.com/iv-org/documentation.git
synced 2024-12-23 06:19:22 -05:00
Bump crystal version to 1.1.1 (#125)
This commit is contained in:
parent
354a291cdc
commit
9b9408356b
@ -143,12 +143,12 @@ If you're in a hurry, here are one-liner commands for some common distributions:
|
|||||||
Or you can do a tarball install:
|
Or you can do a tarball install:
|
||||||
```bash
|
```bash
|
||||||
cd ~/Downloads
|
cd ~/Downloads
|
||||||
wget https://github.com/crystal-lang/crystal/releases/download/1.0.0/crystal-1.0.0-1-linux-x86_64.tar.gz
|
wget https://github.com/crystal-lang/crystal/releases/download/1.1.1/crystal-1.1.1-1-linux-x86_64.tar.gz
|
||||||
cd /opt
|
cd /opt
|
||||||
sudo tar -xzf ~/Downloads/crystal-1.0.0-1-linux-x86_64.tar.gz
|
sudo tar -xzf ~/Downloads/crystal-1.1.1-1-linux-x86_64.tar.gz
|
||||||
sudo cp /opt/crystal-1.0.0-1/bin/{crystal,shards} /usr/local/bin/
|
sudo cp /opt/crystal-1.1.1-1/bin/{crystal,shards} /usr/local/bin/
|
||||||
sudo cp -r /opt/crystal-1.0.0-1/lib/crystal /usr/local/lib/crystal
|
sudo cp -r /opt/crystal-1.1.1-1/lib/crystal /usr/local/lib/crystal
|
||||||
sudo cp -r /opt/crystal-1.0.0-1/share/crystal /usr/local/share/crystal
|
sudo cp -r /opt/crystal-1.1.1-1/share/crystal /usr/local/share/crystal
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Install the dependencies
|
#### Install the dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user