Skip to content

Commit b2c06a5

Browse files
committed
Added comment about install binaries
1 parent 0eb5add commit b2c06a5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go-carpet - show test coverage for Go source files
44
[![GoDoc](https://godoc.org/github.com/msoap/go-carpet?status.svg)](https://godoc.org/github.com/msoap/go-carpet)
55
[![Build Status](https://travis-ci.org/msoap/go-carpet.svg?branch=master)](https://travis-ci.org/msoap/go-carpet)
66
[![Coverage Status](https://coveralls.io/repos/github/msoap/go-carpet/badge.svg?branch=master)](https://coveralls.io/github/msoap/go-carpet?branch=master)
7+
[![Homebrew formula exists](https://img.shields.io/badge/homebrew-🍺-d7af72.svg)](https://github.com/msoap/go-carpet#install)
78
[![Report Card](https://goreportcard.com/badge/github.com/msoap/go-carpet)](https://goreportcard.com/report/github.com/msoap/go-carpet)
89

910
To view the test coverage in the terminal, just run go-carpet.
@@ -15,7 +16,19 @@ With -256colors option, shades of green indicate the level of coverage.
1516
Install
1617
-------
1718

19+
From source:
20+
1821
go get -u github.com/msoap/go-carpet
22+
ln -s $GOPATH/bin/go-carpet /usr/local/bin/go-carpet
23+
24+
Download binaries from: [releases](https://github.com/msoap/go-carpet/releases) (OS X/Linux/Windows)
25+
26+
Or install from homebrew (OS X):
27+
28+
brew tap msoap/tools
29+
brew install go-carpet
30+
# update:
31+
brew update; brew upgrade go-carpet
1932

2033
Usage
2134
-----

0 commit comments

Comments
 (0)