From df57c67baf9dc2a3bc482ca3f96f671541505771 Mon Sep 17 00:00:00 2001 From: Yakov5776 Date: Thu, 13 Oct 2022 00:57:42 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ae857c..18baaee 100644 --- a/README.md +++ b/README.md @@ -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`. \ No newline at end of file +You can also build it into static html files using `mkdocs build`.