diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-02-23 19:18:22 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-02-23 19:18:22 +0100 |
commit | 25c148782da05f55ac9ba9bafc63411fc0afc86f (patch) | |
tree | 05bdd80cee9b561c1285a59787f267c8eacbb57d | |
parent | 45e7396b609eaed167a827b0122208d64b8c465b (diff) | |
download | rgoncalves.se-25c148782da05f55ac9ba9bafc63411fc0afc86f.tar.gz |
README.md: Add shorthand for previewing
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |