From 4e8d00508e4a0488b80c32c4b646f4de3421b817 Mon Sep 17 00:00:00 2001
From: sachaaaaa <sacha@loki.network>
Date: Tue, 12 Feb 2019 15:34:35 +1100
Subject: [PATCH] update contributing.md for hunspell on linux

---
 CONTRIBUTING.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6d9d34db3..24e728727 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,6 +49,7 @@ Then you need `git`, if you don't have that yet: https://git-scm.com/
 1.  Install `gcc`
 1.  Install `g++`
 1.  Install `make`
+1.  Depending on your distro, you might need to install `hunspell` and `hunspell-<lan>` (e.g. `hunspell-en-au`)
 
 ### All platforms