From e89bbb2f6c6e4984f585266336e816fc2fc54291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 10 Aug 2017 14:31:55 +0200 Subject: [PATCH] Update README To reflect that we do not have a submodule anymore. See https://github.com/gohugoio/hugo/issues/3791 --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c482ff630..3fbfcf1ca 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,12 @@ Note that this repository contains solely the documentation for Hugo. For contri ## Build -To view the documentation site locally, you need to clone this repository with submodules: +To view the documentation site locally, you need to clone this repository: ```bash -git clone --recursive https://github.com/gohugoio/hugoDocs.git +git clone https://github.com/gohugoio/hugoDocs.git ``` -Or if you already have a clone locally: - -```bash -git submodule update --init -``` Also note that the documentation version for a given version of Hugo can also be found in the `/docs` sub-folder of the [Hugo source repository](https://github.com/gohugoio/hugo). Then to view the docs in your browser, run Hugo and open up the link: