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
$ curl -sL https://github.com/norwik/Goenv/releases/download/v{$GOENV_LATEST_VERSION}/goenv_Linux_x86_64.tar.gz | tar xz
41
+
$ curl -sL https://github.com/clivern/Goenv/releases/download/v{$GOENV_LATEST_VERSION}/goenv_Linux_x86_64.tar.gz | tar xz
42
42
43
43
# For Mac
44
-
$ curl -sL https://github.com/norwik/Goenv/releases/download/v{$GOENV_LATEST_VERSION}/goenv_Darwin_x86_64.tar.gz | tar xz
45
-
```
46
-
47
-
Or install with homebrew
48
-
49
-
```zsh
50
-
$ brew tap norwik/tools
51
-
$ brew install norwik/tools/goenv
44
+
$ curl -sL https://github.com/clivern/Goenv/releases/download/v{$GOENV_LATEST_VERSION}/goenv_Darwin_x86_64.tar.gz | tar xz
52
45
```
53
46
54
47
Configure the goenv using the following command
@@ -106,7 +99,7 @@ $ goenv --help
106
99
🐺 Manage Your Applications Go Environment.
107
100
108
101
If you have any suggestions, bug reports, or annoyances please report
109
-
them to our issue tracker at <https://github.com/norwik/goenv/issues>
102
+
them to our issue tracker at <https://github.com/clivern/goenv/issues>
110
103
111
104
Usage:
112
105
goenv [command]
@@ -177,12 +170,12 @@ When you execute a shim, `goenv` determines which Go version to use by reading i
177
170
178
171
For transparency into our release cycle and in striving to maintain backward compatibility, Goenv is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.
179
172
180
-
See the [Releases section of our GitHub project](https://github.com/norwik/goenv/releases) for changelogs for each release version of Goenv. It contains summaries of the most noteworthy changes made in each release. Also see the [Milestones section](https://github.com/norwik/goenv/milestones) for the future roadmap.
173
+
See the [Releases section of our GitHub project](https://github.com/clivern/goenv/releases) for changelogs for each release version of Goenv. It contains summaries of the most noteworthy changes made in each release. Also see the [Milestones section](https://github.com/clivern/goenv/milestones) for the future roadmap.
181
174
182
175
183
176
## Bug tracker
184
177
185
-
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/norwik/goenv/issues
178
+
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/goenv/issues
0 commit comments