From f6ed4c3073551e536e5fe4bf6b02a35df1313e11 Mon Sep 17 00:00:00 2001 From: tastatur Date: Thu, 17 Aug 2023 13:40:12 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6b18774..8850291 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,17 @@ $ mkdocs serve This will host the website locally on [http://127.0.0.1:8000/](http://127.0.0.1:8000/). +## Making changes to the site + +Once you have made changes to any files you'll have to compile the website again before uploading it to git. + +``` +$ mkdocs build +$ git add . +$ git commit -m "" +$ git push +``` + ## To-Do for Void-Desktop Important: