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: