We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 870b4c2 + 004ec7a commit dccc4efCopy full SHA for dccc4ef
README.md
@@ -10,6 +10,12 @@
10
11
First of all, [download](https://golang.org/dl/) and install **Go**. Version `1.11` or higher is required.
12
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
19
Installation is done by using the [`go build`](https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies) command with `$GOPATH/bin`:
20
21
```bash
0 commit comments