mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
update readme for required ubuntu dependencies
This commit is contained in:
parent
6b4ea53a32
commit
fc4a2b812e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue