aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-12-22 12:36:44 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-12-22 12:36:44 +0100
commit640ace97fdd69766ca0a90078d7df0c6a3ac4e35 (patch)
tree6b4c3cb00042ead2340a316d94dfe2f65bc39b8a /README.md
parentf7b6dc58eb41c6afecfb7c3915a4317124de2068 (diff)
downloadhyde-640ace97fdd69766ca0a90078d7df0c6a3ac4e35.tar.gz
hyde-640ace97fdd69766ca0a90078d7df0c6a3ac4e35.zip
Migration to Ruby
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index fb37bf8..0000000
--- a/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-```
-