From 965413ba27ea6de551a830794ad160a9adddf99d Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 6 Apr 2021 22:39:43 +0200 Subject: Update README.md with build instructions --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a9ba811..fb37bf8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # hyde It's a simple website generator + +## Build instructions +Launch `check.sh` to check required softwares (and versions). + +Then: + +``` +$ make +# make install +``` + +To uninstall: + +``` +# make clean +``` + -- cgit v1.2.3