You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
</h1>
5
5
<palign="center">Create a new production-ready project with <b>backend</b> (Golang), <b>frontend</b> (JavaScript, TypeScript)<br/>and <b>deploy automation</b> (Ansible, Docker) by running one CLI command.<br/><br/>Focus on <b>writing</b> code and <b>thinking</b> of business-logic! The CLI will take care of the rest.</p>
@@ -15,7 +15,7 @@ First of all, [download](https://golang.org/dl/) and install **Go**. Version `1.
15
15
Installation is done by using the [`go install`](https://golang.org/cmd/go/#hdr-Compile_and_install_packages_and_dependencies) command and rename installed binary in `$GOPATH/bin`:
16
16
17
17
```bash
18
-
go install github.com/create-go-app/cli/v3/cmd/cgapp
18
+
go install github.com/create-go-app/cli/v3/cmd/cgapp@latest
19
19
```
20
20
21
21
Also, macOS and GNU/Linux users available way to install via [Homebrew](https://brew.sh/):
0 commit comments