diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-06-19 14:17:12 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-06-19 14:17:12 +0200 |
commit | 3c95a1b3bf357d55192829642bd2cbc08e2183ce (patch) | |
tree | a538ac5a680fd91d79980497b8cca1160d5d9997 | |
parent | 48a6ccf6c20c46d63f27bcda676f06640227bddf (diff) |
SETUP: fix install all needed packages
-rw-r--r-- | SETUP.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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). |