Skip to content

Commit c3bbc94

Browse files
readme: update local build instructions
1 parent a6f9a64 commit c3bbc94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Publish book workflow installs Material for MkDocs version 9
8282
Install mkdocs version 9 using the Python pip package manager
8383

8484
```shell
85-
pip install mkdocs-material=="9.*"
85+
pip install mkdocs-material=="9.5"
8686
```
8787

8888
Install the plugins used by the Practicalli site using Pip (these are also installed in the GitHub Action workflow)
@@ -108,7 +108,10 @@ make docs
108108
The website will open at <http://localhost:8000>
109109

110110
If making smaller changes, then only rebuild the content that changes, speeding up the local development process
111+
111112
```shell
112113
make docs-changed
113114
```
114115

116+
> NOTE: navigation changes may not be correctly reflected without reloading the page in the web browser or carrying out a full `make docs` build
117+

0 commit comments

Comments
 (0)