Skip to content

Commit 23fdfb4

Browse files
committed
📒 Add QuickStart
1 parent 94aa059 commit 23fdfb4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ This project has been built using the exceptional MkDocs project.
99

1010
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
1111

12+
## QuickStart
13+
14+
```bash
15+
# Requires Python; from this directory:
16+
pip install mkdocs
17+
pip install mkdocs-material
18+
mkdocs serve
19+
```
20+
21+
The docs will be served locally on http://localhost:8000
22+
1223
## Commands
1324

1425
* `pip install mkdocs` - Install MkDocs (Requires Python)

0 commit comments

Comments
 (0)