blob: fb37bf8d685a87ef27df169e1424571b789eadf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
```
|