Update README.md
This commit is contained in:
parent
2f15bfc9a8
commit
f6ed4c3073
1 changed files with 11 additions and 0 deletions
11
README.md
11
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 "<Your messages>"
|
||||
$ git push
|
||||
```
|
||||
|
||||
## To-Do for Void-Desktop
|
||||
|
||||
Important:
|
||||
|
|
Loading…
Reference in a new issue