docs: Remove remaining Mercurial references - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit ac1ec5c72cb3131a7fd9dc3af2a4c01dfa22f566
(DIR) parent 9f6b5ad3b4f2ab7815a475cdf9d7dc354701ebb6
(HTM) Author: digitalcraftsman <digitalcraftsman@protonmail.com>
Date: Sat, 9 Apr 2016 12:40:58 +0200
docs: Remove remaining Mercurial references
Diffstat:
M README.md | 1 -
M docs/content/overview/installing.md | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/README.md b/README.md
@@ -56,7 +56,6 @@ Use the [installation instructions in the Hugo documentation](https://gohugo.io/
1. Make sure your local environment has the following software installed:
* [Git](https://git-scm.com/)
- * [Mercurial](https://www.mercurial-scm.org/)
* [Go][] 1.5+
2. [Fork the Hugo project on GitHub](https://github.com/spf13/hugo).
(DIR) diff --git a/docs/content/overview/installing.md b/docs/content/overview/installing.md
@@ -61,7 +61,6 @@ placed in your `PATH`.
### Prerequisite tools for downloading and building source code
* [Git](http://git-scm.com/)
-* [Mercurial](http://mercurial.selenic.com/)
* [Go][] 1.3+ (Go 1.4+ on Windows, see Go [Issue #8090](https://code.google.com/p/go/issues/detail?id=8090))
### Get directly from GitHub