summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-12-31 23:26:25 -0600
committerGitHub <noreply@github.com>2018-12-31 23:26:25 -0600
commita02b53936283cb2d50be23f62fbf2a41949eec78 (patch)
tree0d978580f1ad60ad72c90299bd8485a222c6e796
parent6b4ea53a32d8d2d0be8cf9519309b3502ee58221 (diff)
parentfc4a2b812e5e66b92fdfacd348afb908d2744c72 (diff)
downloadinvidious-a02b53936283cb2d50be23f62fbf2a41949eec78.tar.gz
invidious-a02b53936283cb2d50be23f62fbf2a41949eec78.tar.bz2
invidious-a02b53936283cb2d50be23f62fbf2a41949eec78.zip
Merge pull request #272 from cheeseandcereal/master
update readme for required ubuntu dependencies
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b1746704..34a5dbbd 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ $ crystal build src/invidious.cr --release
# Install dependencies
$ curl -sSL https://dist.crystal-lang.org/apt/setup.sh | sudo bash
$ sudo apt update
-$ sudo apt install crystal libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev librsvg2-dev postgresql imagemagick
+$ sudo apt install crystal libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev librsvg2-dev postgresql imagemagick libsqlite3-dev
# Setup PostgreSQL
$ sudo systemctl enable postgresql