Skip to content

Commit

Permalink
dev: install material 9.4 via pip in readme
Browse files Browse the repository at this point in the history
Update local development instructions in readme to use Material for
MkDocs version 9.4
  • Loading branch information
practicalli-johnny committed Oct 18, 2023
1 parent 80cd918 commit 6d8ef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Publish book workflow installs Material for MkDocs version 9
Install mkdocs version 9 using the Python pip package manager

```bash
pip install mkdocs-material=="9.*"
pip3 install mkdocs-material=="9.4"
```

Install the plugins used by the Practicalli site using Pip (these are also installed in the GitHub Action workflow)
Expand Down

0 comments on commit 6d8ef08

Please sign in to comment.