diff options
| author | Omar Roth <omarroth@hotmail.com> | 2019-02-04 09:54:01 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-04 09:54:01 -0600 |
| commit | 5b3606ad1dfee61bccb5119ada46bb3b34a37a3e (patch) | |
| tree | 3b8c56064ec37d4292bc49f212e549e43fdb7cd8 | |
| parent | c1ed660ca0ac182c144401e7e428233af4454807 (diff) | |
| parent | 072cc13f140515a68299531337ff630e1f33643a (diff) | |
| download | invidious-5b3606ad1dfee61bccb5119ada46bb3b34a37a3e.tar.gz invidious-5b3606ad1dfee61bccb5119ada46bb3b34a37a3e.tar.bz2 invidious-5b3606ad1dfee61bccb5119ada46bb3b34a37a3e.zip | |
Merge pull request #339 from tmiland/contrib
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -68,8 +68,12 @@ $ docker-compose build $ sudo pacman -S shards crystal imagemagick 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 -$ sudo apt update +# 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 +$ sudo apt-get update $ sudo apt install crystal libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev librsvg2-dev postgresql imagemagick libsqlite3-dev ``` |
