From faccab4c8530e5eceb72d3a924e6092c8b2c7de6 Mon Sep 17 00:00:00 2001 From: Tim Vink Date: Wed, 11 Dec 2019 17:18:17 +0100 Subject: [PATCH] Updated installation instructions for revision date plugin (#1378) --- docs/extensions/revision_date.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/extensions/revision_date.md b/docs/extensions/revision_date.md index 9f3d28e99..cafc81769 100644 --- a/docs/extensions/revision_date.md +++ b/docs/extensions/revision_date.md @@ -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 -``` \ No newline at end of file +```