Skip to content

Commit a4a9dd8

Browse files
authored
Merge pull request #108 from j-fuentes/patch-1
Update cli install command
2 parents a79bffb + be18416 commit a4a9dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ First of all, [download](https://golang.org/dl/) and install **Go**. Version `1.
1515
Installation is done by using the [`go install`](https://golang.org/cmd/go/#hdr-Compile_and_install_packages_and_dependencies) command and rename installed binary in `$GOPATH/bin`:
1616

1717
```bash
18-
go install github.com/create-go-app/cli/v3/cmd/cgapp
18+
go install github.com/create-go-app/cli/v3/cmd/cgapp@latest
1919
```
2020

2121
Also, macOS and GNU/Linux users available way to install via [Homebrew](https://brew.sh/):

0 commit comments

Comments
 (0)