From 40dc17e17e5afacb044bcca7d0168ff66c9faabe Mon Sep 17 00:00:00 2001 From: RussellTaylor83 Date: Tue, 23 Jun 2015 21:43:10 +0100 Subject: [PATCH] Update index.md Updated documentation, mkdocs help is no longer valid, suggested mkdocs --version instead. --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5000d924..9d4b2e38 100644 --- a/docs/index.md +++ b/docs/index.md @@ -51,10 +51,10 @@ Install the `mkdocs` package using pip: $ pip install mkdocs -You should now have the `mkdocs` command installed on your system. Run `mkdocs help` to check that everything worked okay. +You should now have the `mkdocs` command installed on your system. Run `mkdocs --version` to check that everything worked okay. - $ mkdocs help - mkdocs [help|new|build|serve|gh-deploy] {options} + $ mkdocs --version + mkdocs, version 0.14.0 ---