diff options
| author | TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> | 2020-10-04 08:09:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 08:09:40 +0000 |
| commit | 30a2c28d74114e717828d87a90647324f7512048 (patch) | |
| tree | 11e04897f23a49a16d8a8323f62d19ffee905fce | |
| parent | 94a330532d24531a1675a27a439b832deb61ea1e (diff) | |
| parent | 750064c06f8d6b149430743edd2a31a30255285f (diff) | |
| download | invidious-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
