Update README

This commit is contained in:
Omar Roth 2018-07-18 20:25:11 -05:00
parent 5c797787ff
commit d997344f3e
1 changed files with 11 additions and 2 deletions

View File

@ -23,7 +23,8 @@ $ shards
### Installing Postgres:
#### On Arch:
#### On Arch:
Install according to the [wiki](https://wiki.archlinux.org/index.php/PostgreSQL#Installing_PostgreSQL)
#### On OSX:
@ -38,6 +39,14 @@ $ brew install postgres
$ ./setup.sh
```
### Installing ImageMagick (required for CAPTCHA):
#### On Arch:
```bash
$ sudo pacman -Syu imagemagick librsvg
```
## Usage:
```bash
@ -62,4 +71,4 @@ $ ./sentry
## Contributors
* [omarroth](https://github.com/omarroth) - creator, maintainer
- [omarroth](https://github.com/omarroth) - creator, maintainer