Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
(docs) Add homebrew to installation methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanliu committed Nov 4, 2016
1 parent 34ac819 commit 3676037
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,12 @@ $ curl -s https://packagecloud.io/install/repositories/intelsdi-x/snap/script.de
$ sudo apt-get install -y snap-telemetry
```

MacOS X (homebrew support pending 1.0.0 release, use the appropriate url from github release page):
MacOS X [![homebrew](https://img.shields.io/homebrew/v/snap-telemetry.svg)](http://brew.sh/):
```
$ brew install snap-telemetry
```

MacOS X pkg:
```
$ curl -sfLO https://github.com/intelsdi-x/snap/releases/download/0.17.0/snap-telemetry-0.17.0.pkg
$ sudo installer -pkg ./snap-telemetry-0.17.0.pkg -target /
Expand Down

0 comments on commit 3676037

Please sign in to comment.