From b474a687187bb34689bc3e684afd11b42fdad06b Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Sun, 12 May 2024 12:37:47 +0200 Subject: Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95b2c08..92f8db1 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3