From d997344f3e2e0282cbf3e1f2a3e4cffa3ff5be25 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Wed, 18 Jul 2018 20:25:11 -0500 Subject: [PATCH] Update README --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a93e35a..16cd310b 100644 --- a/README.md +++ b/README.md @@ -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