diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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 |
