From 9b9408356b370be3fcb0bbaea30f84578a9f70c6 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Sun, 22 Aug 2021 08:59:11 +0200 Subject: [PATCH] Bump crystal version to 1.1.1 (#125) --- Installation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Installation.md b/Installation.md index 66eb1ac..e024232 100644 --- a/Installation.md +++ b/Installation.md @@ -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: ```bash 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 -sudo tar -xzf ~/Downloads/crystal-1.0.0-1-linux-x86_64.tar.gz -sudo cp /opt/crystal-1.0.0-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.0.0-1/share/crystal /usr/local/share/crystal +sudo tar -xzf ~/Downloads/crystal-1.1.1-1-linux-x86_64.tar.gz +sudo cp /opt/crystal-1.1.1-1/bin/{crystal,shards} /usr/local/bin/ +sudo cp -r /opt/crystal-1.1.1-1/lib/crystal /usr/local/lib/crystal +sudo cp -r /opt/crystal-1.1.1-1/share/crystal /usr/local/share/crystal ``` #### Install the dependencies