Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2018-10-15 11:57:24 +08:00
parent fe2159c7b8
commit cf56fda8db
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ $ brew install --HEAD https://github.com/appleboy/gorush/raw/master/HomebrewForm
#### Fetch from GitHub
Gorush uses the Go Modules support built into Go 1.11 to build. The easiest way to get started is to clone Hugo in a directory outside of the GOPATH, as in the following example:
Gorush uses the Go Modules support built into Go 1.11 to build. The easiest way to get started is to clone Gorush in a directory outside of the GOPATH, as in the following example:
```
$ mkdir $HOME/src