summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-10 17:19:36 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-10 17:22:32 +0200
commit2d1bd876cdeaec61b92c5b4c905fd442d39f380a (patch)
tree0a0f9be3606bed8bc4d247e88a8a8ae27ebe45ba /README.md
parenta1900826b93847ce2d88ce9f99666e5ef4808741 (diff)
Update docs versiona and README
Closes #3791
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index 30bfa8b10..26e71aa72 100644
--- a/README.md
+++ b/README.md
@@ -67,18 +67,11 @@ To update Hugo’s dependencies, use `go get` with the `-u` option.
## The Hugo Documentation
-The Hugo documentation now lives in its own repository, see https://github.com/gohugoio/hugoDocs. But we do keep a version of that documentation as a `git subtree` in this repository. To build the sub folder `/docs` as a Hugo site, you need to clone this repo with submodules:
+The Hugo documentation now lives in its own repository, see https://github.com/gohugoio/hugoDocs. But we do keep a version of that documentation as a `git subtree` in this repository. To build the sub folder `/docs` as a Hugo site, you need to clone this repo:
```bash
-git clone --recursive git@github.com:gohugoio/hugo.git
+git clone git@github.com:gohugoio/hugo.git
```
-
-Or after you have cloned it you can do:
-
-```bash
-git submodule update --init
-```
-
## Contributing to Hugo
For a complete guide to contributing to Hugo, see the [Contribution Guide](CONTRIBUTING.md).