From ead35d8ed0e728835125d61523e554753dc832b0 Mon Sep 17 00:00:00 2001 From: Mohammad Zulfahmi Date: Tue, 19 Dec 2023 08:21:20 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34e4c6c..43548c2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ - Clone the repository - [Install MkDocs](https://www.mkdocs.org/user-guide/installation/) +- [Install Material for MkDocs](https://squidfunk.github.io/mkdocs-material/getting-started/) - Run `mkdocs serve` to start the live-reloading docs server. - Create a new branch, make changes, and submit a pull request. From 10781a3382b4478c3a769fcdd58111a907e6201d Mon Sep 17 00:00:00 2001 From: Mohammad Zulfahmi Date: Tue, 19 Dec 2023 11:01:04 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43548c2..547cf2b 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,14 @@ ### Installation - Clone the repository -- [Install MkDocs](https://www.mkdocs.org/user-guide/installation/) -- [Install Material for MkDocs](https://squidfunk.github.io/mkdocs-material/getting-started/) +- 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.