mirror of
https://github.com/iv-org/documentation.git
synced 2024-10-01 01:35:51 -04:00
Tarball install: share folder needs to be copied too
This commit is contained in:
parent
561d4e5b3c
commit
c3d3bcd8b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user