diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-06-19 15:32:34 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-06-19 15:32:34 +0200 |
commit | ff8bc6ba9f5dc6dc7e831ccb11aa16734d9c41dd (patch) | |
tree | 3c0e9e8981613a60d82ed8b5fe5ce3eba202b45b | |
parent | 3c95a1b3bf357d55192829642bd2cbc08e2183ce (diff) |
SETUP: drop risky suggestion to avoid less
-rw-r--r-- | SETUP.md | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -18,14 +18,9 @@ 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 -(but you don't need `LESS` which gets included by default, -so can suppress installing that): +you additionally need `MKDocs` and some helper tools. - 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). + sudo apt install make w3c-linkchecker libtext-hogan-perl mkdocs ## Fetch features |