Skip to content

Commit 6fe69a0

Browse files
authored
Merge pull request #78 from svenfinke/master
Add go get as a method to install
2 parents 851214b + 93bf18a commit 6fe69a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ For more information take a look at the [manual](docs/manual.md), the [examples]
1818

1919
## Installation
2020

21+
### Any system with Go installed
22+
23+
Probably the easiest way to install `commander` is by using `go get` to download and install it in one simple command:
24+
25+
```bash
26+
go get github.com/svenfinke/commander/cmd/commander
27+
```
28+
29+
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.
30+
2131
### Linux & osx
2232

2333
Visit the [release](https://github.com/SimonBaeumer/commander/releases) page to get the binary for you system.

0 commit comments

Comments
 (0)