From 1b5eee9778f68a585e00f6aeb2962084ec39cb7e Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Thu, 21 Mar 2013 17:08:34 +0100 Subject: [PATCH] Clarify the requirement of language packs. Signed-off-by: Yorick Peterse --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31ac6ae..9371ed1 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,13 @@ the main author as of April 2012. ## Requirements * FFI: `gem install ffi` +* Corresponding language packs. Without these the FFI binding will crash. * Dutch and Greek language packs for Aspell (only when testing the code) ## Installing Aspell -* Arch Linux: `sudo pacman -S aspell` -* OS X: (`brew install aspell --lang=en` +* Arch Linux: `sudo pacman -S aspell` +* OS X: (`brew install aspell --lang=en` ## Usage