aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
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
+```
+