Skip to content

Commit a9b4a70

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

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,21 @@ project:
286286

287287
> ☝️ The `https://` protocol will be added automatically!
288288

289+
## 👵 How to install older version?
290+
291+
You can do it by using a version suffix in `go install` command:
292+
293+
```bash
294+
# With an indication of the exact versions:
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:
299+
>
300+
> `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+
289304
## ⭐️ Project assistance
290305

291306
If you want to say **thank you** or/and support active development of `Create Go App CLI`:

0 commit comments

Comments
 (0)