We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b4a70 commit bbccefaCopy full SHA for bbccefa
README.md
@@ -295,9 +295,9 @@ You can do it by using a version suffix in `go install` command:
295
go install github.com/create-go-app/[email protected]
296
```
297
298
-> ☝️ Don't forget to rename binary after installation! For example, according to the version you've installed:
+> ☝️ Don't forget to rename binary after installation!
299
>
300
-> `mv $GOPATH/bin/cli $GOPATH/bin/cgapp_v1_6_0`
+> For example, according to the version you've installed: `mv $GOPATH/bin/cli $GOPATH/bin/cgapp_v1_6_0`
301
302
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).
303
0 commit comments