Skip to content

Commit dccc4ef

Browse files
author
Vic Shóstak
authored
Merge pull request #9 from create-go-app/dev
Update install section
2 parents 870b4c2 + 004ec7a commit dccc4ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
First of all, [download](https://golang.org/dl/) and install **Go**. Version `1.11` or higher is required.
1212

13+
Next, download a **latest version** of the Create Go App CLI to your computer:
14+
15+
```bash
16+
go get -u github.com/create-go-app/cli
17+
```
18+
1319
Installation is done by using the [`go build`](https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies) command with `$GOPATH/bin`:
1420

1521
```bash

0 commit comments

Comments
 (0)