Update README

This commit is contained in:
Omar Roth 2018-07-18 20:25:11 -05:00
parent 5c797787ff
commit d997344f3e

View file

@ -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