From c3d3bcd8b7942b6d958ca7723956201773c32d78 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Wed, 21 Jul 2021 16:18:05 +0200 Subject: [PATCH] Tarball install: share folder needs to be copied too --- Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation.md b/Installation.md index 5b4243e..1911fef 100644 --- a/Installation.md +++ b/Installation.md @@ -144,6 +144,7 @@ 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 ``` #### Install the dependencies