summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files 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