mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Update README
This commit is contained in:
parent
5c797787ff
commit
d997344f3e
1 changed files with 11 additions and 2 deletions
11
README.md
11
README.md
|
@ -24,6 +24,7 @@ $ shards
|
||||||
### Installing Postgres:
|
### Installing Postgres:
|
||||||
|
|
||||||
#### On Arch:
|
#### On Arch:
|
||||||
|
|
||||||
Install according to the [wiki](https://wiki.archlinux.org/index.php/PostgreSQL#Installing_PostgreSQL)
|
Install according to the [wiki](https://wiki.archlinux.org/index.php/PostgreSQL#Installing_PostgreSQL)
|
||||||
|
|
||||||
#### On OSX:
|
#### On OSX:
|
||||||
|
@ -38,6 +39,14 @@ $ brew install postgres
|
||||||
$ ./setup.sh
|
$ ./setup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Installing ImageMagick (required for CAPTCHA):
|
||||||
|
|
||||||
|
#### On Arch:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo pacman -Syu imagemagick librsvg
|
||||||
|
```
|
||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -62,4 +71,4 @@ $ ./sentry
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
* [omarroth](https://github.com/omarroth) - creator, maintainer
|
- [omarroth](https://github.com/omarroth) - creator, maintainer
|
||||||
|
|
Loading…
Reference in a new issue