Skip to content

Commit a216de7

Browse files
author
Vic Shóstak
authored
Update README.md
1 parent adb2a28 commit a216de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Next, download the **latest** version of the Create Go App CLI to your system:
1616
go get -u github.com/create-go-app/cli
1717
```
1818

19-
Installation is done by using the [`go install`](https://golang.org/cmd/go/#hdr-Compile_and_install_packages_and_dependencies) command with `$GOPATH/bin`:
19+
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`:
2020

2121
```bash
22-
go install -ldflags="-s -w" github.com/create-go-app/cli@latest && mv $GOPATH/bin/cli $GOPATH/bin/cgapp
22+
go install -ldflags="-s -w" github.com/create-go-app/cli && mv $GOPATH/bin/cli $GOPATH/bin/cgapp
2323
```
2424

2525
Let's create a new project via **interactive console UI** (or **CUI** for short) into current folder:

0 commit comments

Comments
 (0)