From f5dc974cab8b920ce551a5d597030ff20b488cbe Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Tue, 17 Dec 2024 07:45:03 -0700 Subject: [PATCH] Add 'aspell' to list of packages in INSTALL.md. --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index d953c38..e2daadf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -34,6 +34,7 @@ Debian Requirements: * php-gd (for x-face display support) * libgd3 (for x-face display support) * php-pspell + * aspell-en (or other language to use for search suggestions) * memcached (for memory caching) * php-memcached (for memory caching) * fortunes (to display fortunes) @@ -56,6 +57,7 @@ FreeBSD Requirements: * php8x-mbstring * php8x-iconv * php8x-pspell + * en-aspell (or other language to use for search suggestions) * php8x-xml (for RSS feed support) * phpmailer (for email) * faces (for x-face display support)