mirror of https://github.com/iv-org/invidious.git
Merge pull request #272 from cheeseandcereal/master
update readme for required ubuntu dependencies
This commit is contained in:
commit
a02b539362
|
@ -80,7 +80,7 @@ $ crystal build src/invidious.cr --release
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
$ curl -sSL https://dist.crystal-lang.org/apt/setup.sh | sudo bash
|
$ curl -sSL https://dist.crystal-lang.org/apt/setup.sh | sudo bash
|
||||||
$ sudo apt update
|
$ 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
|
# Setup PostgreSQL
|
||||||
$ sudo systemctl enable postgresql
|
$ sudo systemctl enable postgresql
|
||||||
|
|
Loading…
Reference in New Issue