Skip to content

Commit 77c01fe

Browse files
committed
Updated Insiders documentation
1 parent 380102c commit 77c01fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/insiders/getting-started.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,11 @@ git clone [email protected]:squidfunk/mkdocs-material-insiders.git mkdocs-material
109109
```
110110

111111
The theme will reside in the folder `mkdocs-material/material`. When cloning
112-
from `git`, you must install all required dependencies yourself:
112+
from `git`, the theme must be installed, so MkDocs can find the built-in
113+
plugins:
113114

114115
```
115-
pip install -r mkdocs-material/requirements.txt
116+
pip install -e mkdocs-material
116117
```
117118

118119
[7]: https://docs.github.com/en/packages/guides/about-github-container-registry

0 commit comments

Comments
 (0)