diff options
author | 2021-04-06 22:39:43 +0200 | |
---|---|---|
committer | 2021-04-06 22:39:43 +0200 | |
commit | 965413ba27ea6de551a830794ad160a9adddf99d (patch) | |
tree | 5be1fb575c4b3bdb1f8d6e5c002d5ff01e99a0d2 | |
parent | df67e30c1f0518cc57c66463586b9b81388d3140 (diff) | |
download | hyde-965413ba27ea6de551a830794ad160a9adddf99d.tar.gz hyde-965413ba27ea6de551a830794ad160a9adddf99d.zip |
Update README.md with build instructions
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 +``` + |