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 +```