diff options
author | 2024-05-12 12:37:47 +0200 | |
---|---|---|
committer | 2024-05-12 12:37:47 +0200 | |
commit | b474a687187bb34689bc3e684afd11b42fdad06b (patch) | |
tree | 734cb190c4d3b1c025946a505b08e1ccf210b24a | |
parent | a9c1b3e5f6aa49acb6bf7bfb9bd3baa949e67eca (diff) | |
download | website-b474a687187bb34689bc3e684afd11b42fdad06b.tar.gz website-b474a687187bb34689bc3e684afd11b42fdad06b.zip |
Update README.md
-rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,4 +1,17 @@ Website of Alessandro Iezzi =========================== -This website can be visited on https://alessandroiezzi.it +This website can be visited on this URL: +[https://alessandroiezzi.it](https://alessandroiezzi.it). + +How to build +------------ + +To build this website, it's needed to install the static website generator +`Hyde`. Once Hyde is installed, just lunch `make`. + +Due to this warning: +``` +Makefile:35: warning: ignoring prerequisites on suffix rule definition +``` +it's suggested to use BSD make instead of GNU make. |