Skip to content

Commit

Permalink
Updated Insiders documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed May 30, 2021
1 parent 380102c commit 77c01fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/insiders/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,11 @@ git clone git@github.com:squidfunk/mkdocs-material-insiders.git mkdocs-material
```

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

```
pip install -r mkdocs-material/requirements.txt
pip install -e mkdocs-material
```

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

0 comments on commit 77c01fe

Please sign in to comment.