aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-04-06 22:39:43 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-04-06 22:39:43 +0200
commit965413ba27ea6de551a830794ad160a9adddf99d (patch)
tree5be1fb575c4b3bdb1f8d6e5c002d5ff01e99a0d2
parentdf67e30c1f0518cc57c66463586b9b81388d3140 (diff)
downloadhyde-965413ba27ea6de551a830794ad160a9adddf99d.tar.gz
hyde-965413ba27ea6de551a830794ad160a9adddf99d.zip
Update README.md with build instructions
-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
+```
+