aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hunspell.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Formula/hunspell.rb b/Library/Formula/hunspell.rb
index 0714fce9f..37df934a9 100644
--- a/Library/Formula/hunspell.rb
+++ b/Library/Formula/hunspell.rb
@@ -22,6 +22,15 @@ class Hunspell < Formula
ENV.deparallelize
system "make install"
end
+
+ def caveats; <<-EOS.undent
+ Dictionary files (*.aff and *.dic) should be placed in
+ ~/Library/Spelling/ or /Library/Spelling/. Homebrew itself
+ provides no dictionaries for Hunspell, but you can download
+ compatible dictionaries from other sources, such as
+ https://wiki.openoffice.org/wiki/Dictionaries .
+ EOS
+ end
end
__END__