commit f7df01c6c7c882635891edbc13585262f92c5717 parent 346042b30ae0adfd8c2515b170eceffa7c2ad7e1 Author: Lukas Henkel <lh@entf.net> Date: Fri, 3 May 2019 19:24:42 +0200 Add some info on how to install Diffstat:
M | README.md | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -10,3 +10,14 @@ This is a collection of utilities to manipulate HTML documents. You can find more info on how to use these tools in their [scdoc](https://git.sr.ht/~sircmpwn/scdoc) documents found in their respective subfolders. + +## Installation + +Either `go get` a specific tool like this: + +``` +go get entf.net/htmltools/htmltotext +``` + +or clone the repository and run `make install`. The latter will install all the +tools and the manpages.