mirror of
https://github.com/iv-org/documentation.git
synced 2024-10-01 01:35:51 -04:00
Fix one-liner crystal install command for debian/ubuntu (#85)
Fix one-liner crystal install command for debian/ubuntu
This commit is contained in:
parent
f7017d4ee3
commit
70bc69d730
@ -132,7 +132,7 @@ Follow the instructions for your distribution here: https://crystal-lang.org/ins
|
||||
|
||||
If you're in a hurry, here are one-liner commands for some common distributions:
|
||||
* Arch linux `sudo pacman -S crystal shards`
|
||||
* Debian/Ubuntu: `curl -fsSL https://crystal-lang.org/install.sh | sudo bash; sudo apt update && sudo apt install crystal`
|
||||
* Debian/Ubuntu: `curl -fsSL https://crystal-lang.org/install.sh | sudo bash`
|
||||
* Fedora: `sudo brew update && sudo brew install crystal-lang`
|
||||
|
||||
Or you can do a tarball install:
|
||||
|
Loading…
Reference in New Issue
Block a user