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
{{ message }}
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This changelog only contains ahigh level overview/abstract of major design and workflow execution changes up to CLI `v1.0.0` from earlier versions.
4
4
5
-
If you want to read specific changelogs for every major (or breaking change), minor change and patch fix, read them on [release pages](http://github.com/nhost/cli-go/releases).
5
+
If you want to read specific changelogs for every major (or breaking change), minor change and patch fix, read them on [release pages](http://github.com/nhost/cli/releases).
This will autoatically detect your **operating system** and **platform/architecture**, and download it's equivalent binary in `/usr/local/bin` directory.
@@ -111,14 +111,14 @@ If your installed version is >= `v1.0.0`, then your CLI version already supports
111
111
112
112
If you have `curl` and `Windows Subsytem for Linux` in your windows environment, you can safely use the above command, and it should download the `.exe` variant of the binary in your current working directory.
113
113
114
-
However, if you do not have the above dependencies, then you can manually download the [latest release](https://github.com/nhost/cli-go/releases) binary depending on your platform architecture from [here](https://github.com/nhost/cli-go/releases).
114
+
However, if you do not have the above dependencies, then you can manually download the [latest release](https://github.com/nhost/cli/releases) binary depending on your platform architecture from [here](https://github.com/nhost/cli/releases).
115
115
116
116
## Installing Using Go
117
117
118
118
If you have go installed in your system, and would like to download using that,
119
119
please use the following command:
120
120
121
-
go get -u github.com/nhost/cli-go
121
+
go get -u github.com/nhost/cli
122
122
123
123
This command will install the `nhost` executable binary
0 commit comments