From fbefcbcd5bedc2d8a7e190da9694eb4f2dc0a436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Thu, 27 Jan 2022 02:41:57 +0000 Subject: [PATCH] Update 'Readme.md' --- Readme.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 9c02f99..d98594e 100644 --- a/Readme.md +++ b/Readme.md @@ -4,13 +4,26 @@ Markdown and Docker tested with MacOS, Ubuntu and Windows. This configuration is used with the research seminar 101. # Spell-Checking -## For Linux/MacOS +## For Ubuntu It is recommended to install and use `ispell`. Thus, to install use: ``` $ sudo apt-get update -$ sudo apt-get install -y ispell +$ sudo apt-get install -y aspell ``` + +## For MacOS +``` +$ brew install aspell +``` + +## For Arch +``` +$ pacman -S aspell +``` + + + ## For Windows Use pacman and ispell (not tested ye)