Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzzul committed Dec 19, 2023
2 parents 80c254f + 10781a3 commit 6b78fd2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
### Installation

- Clone the repository
- [Install MkDocs](https://www.mkdocs.org/user-guide/installation/)
- Install dependency
```bash
pip install mkdocs
pip install mkdocs-material-extensions
pip install pymdown-extensions
pip install mkdocs-material
pip install mkdocs-macros-plugin
```
- Run `mkdocs serve` to start the live-reloading docs server.
- Create a new branch, make changes, and submit a pull request.

Expand Down

0 comments on commit 6b78fd2

Please sign in to comment.