Improve README.md for new users (#394)
* Improve docs for new users * Correct an ordered list error that I introduced
This commit is contained in:
parent
ffd9d903c9
commit
db9acdd991
|
@ -51,7 +51,13 @@ This theme uses the "Tachyons" CSS library. This will allow you to manipulate th
|
||||||
|
|
||||||
### As a Hugo Module (recommended)
|
### As a Hugo Module (recommended)
|
||||||
|
|
||||||
1. Initiate the hugo module system if you haven't already:
|
> ⚠️ If you installed a [Hugo binary](https://gohugo.io/getting-started/installing/#binary-cross-platform), you may not have Go installed on your machine. To check if Go is installed:
|
||||||
|
> ```
|
||||||
|
> $ go version
|
||||||
|
> ```
|
||||||
|
> Go modules were considered production ready in v1.14. [Download Go](https://golang.org/dl/).
|
||||||
|
|
||||||
|
1. From your project's root directory, initiate the hugo module system if you haven't already:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ hugo mod init github.com/<your_user>/<your_project>
|
$ hugo mod init github.com/<your_user>/<your_project>
|
||||||
|
|
Loading…
Reference in a new issue