From b84443a36562cf6aa2068d8c7cb3eaadb51a0046 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Tue, 15 Nov 2016 15:47:33 +0100 Subject: [PATCH] Add chocolatey to list of supported package managers (#1091) --- docs/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4465836500..61c77aa1d7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -40,10 +40,10 @@ the theme. ### Install with a Package Manager If you have and use a package manager (such as [apt-get], [dnf], [homebrew], -[yum], etc.) to install packages on your system, then you may want to search for -a "MkDocs" package and, if a recent version is available, install it with your -package manager (check your system's documentation for details). That's it, -you're done! Skip down to [Getting Started](#getting-started). +[yum], [chocolatey], etc.) to install packages on your system, then you may +want to search for a "MkDocs" package and, if a recent version is available, +install it with your package manager (check your system's documentation for +details). That's it, you're done! Skip down to [Getting Started](#getting-started). If your package manager does not have a recent "MkDocs" package, you can still use your package manager to install "Python" and "pip". Then you can use pip to @@ -53,6 +53,7 @@ use your package manager to install "Python" and "pip". Then you can use pip to [homebrew]: http://brew.sh/ [dnf]: http://dnf.readthedocs.io/en/latest/index.html [yum]: http://yum.baseurl.org/ +[chocolatey]: https://chocolatey.org/ ### Manual Installation