|
@ -4,13 +4,26 @@ Markdown and Docker tested with MacOS, Ubuntu and Windows. |
|
|
|
|
|
|
|
|
This configuration is used with the research seminar 101. |
|
|
This configuration is used with the research seminar 101. |
|
|
# Spell-Checking |
|
|
# Spell-Checking |
|
|
## For Linux/MacOS |
|
|
|
|
|
|
|
|
## For Ubuntu |
|
|
It is recommended to install and use `ispell`. Thus, to install use: |
|
|
It is recommended to install and use `ispell`. Thus, to install use: |
|
|
|
|
|
|
|
|
``` |
|
|
``` |
|
|
$ sudo apt-get update |
|
|
$ 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 |
|
|
## For Windows |
|
|
Use pacman and ispell (not tested ye) |
|
|
Use pacman and ispell (not tested ye) |
|
|
|
|
|
|
|
|