From 25910171666a2b5039d61f38259422ee49a80daf Mon Sep 17 00:00:00 2001 From: Savva Date: Sun, 5 Nov 2023 21:32:08 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bb22aaf..d0082b4 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ # ripe87.k-space.ee website + +Build website with +```sh +hugo +``` + +Serve on localhost, watch for changes and rebuild website with +```sh +hugo serve +```