Update README.md

This commit is contained in:
tastatur 2023-08-17 13:40:12 +02:00
parent 2f15bfc9a8
commit f6ed4c3073

View file

@ -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/). 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 "<Your messages>"
$ git push
```
## To-Do for Void-Desktop ## To-Do for Void-Desktop
Important: Important: