summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>2020-10-04 08:09:40 +0000
committerGitHub <noreply@github.com>2020-10-04 08:09:40 +0000
commit30a2c28d74114e717828d87a90647324f7512048 (patch)
tree11e04897f23a49a16d8a8323f62d19ffee905fce
parent94a330532d24531a1675a27a439b832deb61ea1e (diff)
parent750064c06f8d6b149430743edd2a31a30255285f (diff)
downloadinvidious-30a2c28d74114e717828d87a90647324f7512048.tar.gz
invidious-30a2c28d74114e717828d87a90647324f7512048.tar.bz2
invidious-30a2c28d74114e717828d87a90647324f7512048.zip
Merge pull request #1391 from Perflyst/update-requirements
Add zlib1g-dev as requirement
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5d1d088..296d8242 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ $ curl -sSL https://dist.crystal-lang.org/apt/setup.sh | sudo bash
$ 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 postgresql librsvg2-bin libsqlite3-dev
+$ sudo apt install crystal libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin libsqlite3-dev zlib1g-dev
```
#### Add an Invidious user and clone the repository