From 3c95a1b3bf357d55192829642bd2cbc08e2183ce Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 19 Jun 2020 14:17:12 +0200 Subject: SETUP: fix install all needed packages --- SETUP.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'SETUP.md') 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). -- cgit v1.2.3