Skip to content

Commit f9b2760

Browse files
committed
Merge pull request #20 from outcoldman/patch-1
Add step how to install gotags using brew
2 parents 2ad937f + f26db51 commit f9b2760

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ gotags is a [ctags][]-compatible tag generator for [Go][].
1111

1212
go get -u github.com/jstemmer/gotags
1313

14+
Or using package manager `brew` on OS X
15+
16+
brew install gotags
17+
1418
## Usage
1519

1620
gotags [options] file(s)

0 commit comments

Comments
 (0)