diff options
Diffstat (limited to 'README.md')
-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 +``` + |