Update README.md
This commit is contained in:
parent
8f6724081a
commit
df57c67baf
|
|
@ -1,14 +1,14 @@
|
|||
# What is this?
|
||||
TODO
|
||||
This is the offical repository for the **Upcoming** ROBLOX Reverse-Engineering site.
|
||||
|
||||
# How do I build this?
|
||||
This project uses material mkdocs.
|
||||
This project uses material mkdocs (which runs over of python).
|
||||
|
||||
To install materal mkdocs (and it's dependencies), simply run:
|
||||
To install mkdocs-material (and it's dependencies), simply run:
|
||||
|
||||
pip install mkdocs-material
|
||||
pip install mkdocs-exclude-search
|
||||
|
||||
Then run `mkdocs serve` to preview it.
|
||||
|
||||
You can also build it into static html files using `mkdocs build`.
|
||||
You can also build it into static html files using `mkdocs build`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue