forked from midou/invidious
Update README
This commit is contained in:
parent
5c797787ff
commit
d997344f3e
13
README.md
13
README.md
@ -23,7 +23,8 @@ $ 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 New Issue
Block a user