From 0b7a67b3365a9d6ac28ca5464fb624bd00de9c61 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Sun, 18 Jul 2021 14:49:28 +0200 Subject: [PATCH] Fix tarball install instructions Fixes #105 --- Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation.md b/Installation.md index 4e04908..5b4243e 100644 --- a/Installation.md +++ b/Installation.md @@ -143,6 +143,7 @@ wget https://github.com/crystal-lang/crystal/releases/download/1.0.0/crystal-1.0 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 ``` #### Install the dependencies