mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-11 16:13:00 +01:00
Updated installation instructions for revision date plugin (#1378)
This commit is contained in:
parent
6d3d1301e2
commit
faccab4c85
@ -5,7 +5,13 @@ As the name says, it takes this revision date from GIT.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Add the following lines to your `mkdocs.yml`:
|
Install the plugin using pip:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install mkdocs-git-revision-date-localized-plugin
|
||||||
|
```
|
||||||
|
|
||||||
|
And add the following lines to your `mkdocs.yml`:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
plugins:
|
plugins:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user