mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-08 05:34:58 -04:00
Update README
To reflect that we do not have a submodule anymore. See https://github.com/gohugoio/hugo/issues/3791
This commit is contained in:
parent
78155decfb
commit
e89bbb2f6c
@ -13,17 +13,12 @@ Note that this repository contains solely the documentation for Hugo. For contri
|
|||||||
|
|
||||||
## Build
|
## 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
|
```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).
|
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:
|
Then to view the docs in your browser, run Hugo and open up the link:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user