From 70bc69d73035d89d0bf80d3c57bc283d190901f3 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Sat, 12 Jun 2021 15:30:18 +0200 Subject: [PATCH] Fix one-liner crystal install command for debian/ubuntu (#85) Fix one-liner crystal install command for debian/ubuntu --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 86ed18c..5028f64 100644 --- a/Installation.md +++ b/Installation.md @@ -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: