1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-13 18:40:54 +01:00

Updated installation instructions for revision date plugin (#1378)

This commit is contained in:
Tim Vink 2019-12-11 17:18:17 +01:00 committed by Martin Donath
parent 6d3d1301e2
commit faccab4c85

View File

@ -5,7 +5,13 @@ As the name says, it takes this revision date from GIT.
## 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
plugins:
@ -42,4 +48,4 @@ Example setting:
plugins:
- git-revision-date-localized:
type: timeago
```
```