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
[](https://github.com/commander-cli/commander/releases)
7
7
8
8
# Commander
9
9
@@ -63,23 +63,23 @@ For more information take a look at the [quick start](#quick-start), the [exampl
63
63
Probably the easiest way to install `commander` is by using `go get` to download and install it in one simple command:
64
64
65
65
```bash
66
-
go get github.com/SimonBaeumer/commander/cmd/commander
66
+
go get github.com/commander-cli/commander/cmd/commander
67
67
```
68
68
69
69
This works on any OS, as long as go is installed. If go is not installed on your system, follow one of the methods below.
70
70
71
71
### Linux & osx
72
72
73
-
Visit the [release](https://github.com/SimonBaeumer/commander/releases) page to get the binary for you system.
73
+
Visit the [release](https://github.com/commander-cli/commander/releases) page to get the binary for you system.
0 commit comments