Skip to content

Commit bbccefa

Browse files
author
Vic Shóstak
authored
Update README.md
1 parent a9b4a70 commit bbccefa

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
@@ -295,9 +295,9 @@ 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! For example, according to the version you've installed:
298+
> ☝️ Don't forget to rename binary after installation!
299299
>
300-
> `mv $GOPATH/bin/cli $GOPATH/bin/cgapp_v1_6_0`
300+
> For example, according to the version you've installed: `mv $GOPATH/bin/cli $GOPATH/bin/cgapp_v1_6_0`
301301

302302
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).
303303

0 commit comments

Comments
 (0)