Skip to content

Commit

Permalink
cobra available with homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ring committed Jun 19, 2016
1 parent 1e05ede commit a68ea10
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ There is a pre built binary relase for Cobra.
All platforms: [zip](https://github.com/flatmap/cobra/releases/download/version-1.0.4/cobra-1.0.4.zip)

### Fedora / RHEL
### macOS

Until the notability of the cobra GitHub repository meets the requirements of homebrew-core, we have an own tap:

```sh
brew tap flatmap/cobra
brew install cobra
```

### Linux

#### Fedora / RHEL

There is a YUM repository available which provides automatic updates

Expand All @@ -23,7 +34,7 @@ sudo mv bintray-flatmap-rpm.repo /etc/yum.repos.d/
sudo dnf install cobra
```

### Ubuntu / Debian
#### Ubuntu / Debian

There is a PPA available for Debian / Ubuntu. Releases are signed with bintray's public key. To add it please ececute

Expand Down

0 comments on commit a68ea10

Please sign in to comment.