Fix one-liner crystal install command for debian/ubuntu (#85)

Fix one-liner crystal install command for debian/ubuntu
This commit is contained in:
Samantaz Fox 2021-06-12 15:30:18 +02:00 committed by GitHub
parent f7017d4ee3
commit 70bc69d730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: