Skip to content

Commit 2b4bb3d

Browse files
author
Vic Shóstak
authored
Update README.md
1 parent 8d88ebc commit 2b4bb3d

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
@@ -295,7 +295,7 @@ You can do it by using a version suffix in `go install` command:
295295
go install github.com/create-go-app/[email protected]
296296
```
297297

298-
> ☝️ Don't forget to rename binary after installation, according to the version you have installed! For example, `mv $GOPATH/bin/cli $GOPATH/bin/cgapp_v1_6_0`
298+
> ☝️ Don't forget to rename binary after installation, according to the version you've installed! This must be done to avoid confusion with the latest version. For example: `mv $GOPATH/bin/cli $GOPATH/bin/cgapp_v1_6_0`
299299

300300
You can found all available Create Go App CLI versions on our [pkg.go.dev page](https://pkg.go.dev/github.com/create-go-app/cli?tab=versions).
301301

0 commit comments

Comments
 (0)