aboutsummaryrefslogtreecommitdiff
path: root/SETUP.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-06-19 14:17:12 +0200
committerJonas Smedegaard <dr@jones.dk>2020-06-19 14:17:12 +0200
commit3c95a1b3bf357d55192829642bd2cbc08e2183ce (patch)
treea538ac5a680fd91d79980497b8cca1160d5d9997 /SETUP.md
parent48a6ccf6c20c46d63f27bcda676f06640227bddf (diff)
SETUP: fix install all needed packages
Diffstat (limited to 'SETUP.md')
-rw-r--r--SETUP.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/SETUP.md b/SETUP.md
index 53d419c..cf291d1 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -13,16 +13,16 @@ e.g. for public display.
To edit documentation files,
you only need some plain-text editor
(e.g. `nano`, `vim`, `emacs`, or `mcedit`),
-and `git` to syncronize your changes with others:
+and `git` and `myrepos` to syncronize your changes with others:
- sudo apt install git
+ sudo apt install git myrepos
To generate a website from the collection of source files,
-you additionally need `Make` and `MKDocs`
+you additionally need `MKDocs` and some helper tools
(but you don't need `LESS` which gets included by default,
so can suppress installing that):
- sudo apt install make mkdocs less-
+ sudo apt install make w3c-linkchecker libtext-hogan-perl mkdocs less-
(if you use LESS elsewhere on your system,
then skip the `less-` part of above command).