diff options
-rw-r--r-- | SETUP.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,15 +10,15 @@ e.g. for public display. ## Prerequisites -To edit documentation files, +For reading or editing documentation files, you only need some plain-text editor (e.g. `nano`, `vim`, `emacs`, or `mcedit`), and `git` and `myrepos` to syncronize your changes with others: sudo apt install git myrepos -To generate a website from the collection of source files, -you additionally need `MKDocs` and some helper tools. +For generating website from the collection of source files, +you additionally need `MKDocs` and some helper tools: sudo apt install make w3c-linkchecker libtext-hogan-perl mkdocs |