|
1 | | -[](https://travis-ci.org/SimonBaeumer/commander) |
2 | | -[](https://godoc.org/github.com/SimonBaeumer/commander) |
3 | | -[](https://goreportcard.com/report/github.com/SimonBaeumer/commander) |
4 | | -[](https://codeclimate.com/github/SimonBaeumer/commander/maintainability) |
5 | | -[](https://codeclimate.com/github/SimonBaeumer/commander/test_coverage) |
6 | | -[](https://github.com/SimonBaeumer/commander/releases) |
| 1 | +[](https://travis-ci.org/commander-cli/commander) |
| 2 | +[](https://godoc.org/github.com/commander-cli/commander) |
| 3 | +[](https://goreportcard.com/report/github.com/SimonBaeumer/commander) |
| 4 | +[](https://codeclimate.com/github/commander-cli/commander/maintainability) |
| 5 | +[](https://codeclimate.com/github/commander-cli/commander/test_coverage) |
| 6 | +[](https://github.com/commander-cli/commander/releases) |
7 | 7 |
|
8 | 8 | # Commander |
9 | 9 |
|
@@ -70,16 +70,16 @@ This works on any OS, as long as go is installed. If go is not installed on your |
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. |
74 | 74 |
|
75 | 75 | ```bash |
76 | | -curl -L https://github.com/SimonBaeumer/commander/releases/download/v1.2.2/commander-linux-amd64 -o commander |
| 76 | +curl -L https://github.com/commander-cli/commander/releases/download/v1.2.2/commander-linux-amd64 -o commander |
77 | 77 | chmod +x commander |
78 | 78 | ``` |
79 | 79 |
|
80 | 80 | ### Windows |
81 | 81 |
|
82 | | - - Download the current [release](https://github.com/SimonBaeumer/commander/releases/latest) |
| 82 | + - Download the current [release](https://github.com/commander-cli/commander/releases/latest) |
83 | 83 | - Add the path to your [path](https://docs.alfresco.com/4.2/tasks/fot-addpath.html) environment variable |
84 | 84 | - Test it: `commander --version` |
85 | 85 |
|
|
0 commit comments