summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPerflyst <mail@perflyst.de>2021-02-14 13:26:02 +0100
committerGitHub <noreply@github.com>2021-02-14 13:26:02 +0100
commite6418fe79b92b05ab5f354271f2b3b1381ac9118 (patch)
tree45865a5dfdcd5c2ca99e2ddadd0901cc9c0164ae /README.md
parent28302c82a352a3c6e1fa63eea3adc86068d57f8c (diff)
parent34a0bb04f7ee545d19ca965fd4ef42f19f3a882e (diff)
downloadinvidious-e6418fe79b92b05ab5f354271f2b3b1381ac9118.tar.gz
invidious-e6418fe79b92b05ab5f354271f2b3b1381ac9118.tar.bz2
invidious-e6418fe79b92b05ab5f354271f2b3b1381ac9118.zip
Merge pull request #1776 from gripped/crystalversion
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index e06fa7dc..a3ddfe3b 100644
--- a/README.md
+++ b/README.md
@@ -91,10 +91,8 @@ $ sudo pacman -S base-devel shards crystal librsvg postgresql
# Ubuntu or Debian
# First you have to add the repository to your APT configuration. For easy setup just run in your command line:
-$ curl -sSL https://dist.crystal-lang.org/apt/setup.sh | sudo bash
-# That will add the signing key and the repository configuration. If you prefer to do it manually, execute the following commands:
-$ curl -sL "https://keybase.io/crystal/pgp_keys.asc" | sudo apt-key add -
-$ echo "deb https://dist.crystal-lang.org/apt crystal main" | sudo tee /etc/apt/sources.list.d/crystal.list
+$ curl -fsSL https://crystal-lang.org/install.sh | sudo bash
+# That will add the signing key and the repository configuration. If you prefer to do it manually, Follow the instructions here https://crystal-lang.org/install
$ sudo apt-get update
$ sudo apt install crystal libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin libsqlite3-dev zlib1g-dev
```