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:
parent
6d3d1301e2
commit
faccab4c85
@ -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
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user