From 25c148782da05f55ac9ba9bafc63411fc0afc86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 23 Feb 2022 19:18:22 +0100 Subject: README.md: Add shorthand for previewing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f166f5..172ab9a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ make website Run a local webserver, e.g.: `python3 -m http.server out/`. Preview the results on your favorite web browser. +`make && python3 -m http.server out/` + ### Uploading the output directory The content of the `out/` directory is uploaded to a remote directory, thanks -- cgit v1.2.3