diff options
author | 2021-12-22 12:36:44 +0100 | |
---|---|---|
committer | 2021-12-22 12:36:44 +0100 | |
commit | 640ace97fdd69766ca0a90078d7df0c6a3ac4e35 (patch) | |
tree | 6b4c3cb00042ead2340a316d94dfe2f65bc39b8a /README.md | |
parent | f7b6dc58eb41c6afecfb7c3915a4317124de2068 (diff) | |
download | hyde-640ace97fdd69766ca0a90078d7df0c6a3ac4e35.tar.gz hyde-640ace97fdd69766ca0a90078d7df0c6a3ac4e35.zip |
Migration to Ruby
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
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 -``` - |