Skip to content

Commit 08052c2

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,11 @@ 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'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`
298+
> ☝️ Don't forget to rename binary after installation, according to the version you have installed! This must be done to avoid confusion with the latest version.
299+
>
300+
> For example: `mv $GOPATH/bin/cli $GOPATH/bin/cgapp_v1_6_0`
299301

300-
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).
302+
Found all available CLI versions on our [pkg.go.dev page](https://pkg.go.dev/github.com/create-go-app/cli?tab=versions).
301303

302304
## ⭐️ Project assistance
303305

0 commit comments

Comments
 (0)