mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
If you're in a hurry, here are one-liner commands for some common distributions:
|
||||||
* Arch linux `sudo pacman -S crystal shards`
|
* 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`
|
* Fedora: `sudo brew update && sudo brew install crystal-lang`
|
||||||
|
|
||||||
Or you can do a tarball install:
|
Or you can do a tarball install:
|
||||||
|
|
Loading…
Reference in a new issue