Skip to content

Commit f26db51

Browse files
committed
Add step how to install gotags using brew
I have added a brew formula for gotags Homebrew/legacy-homebrew@699a46b
1 parent 2ad937f commit f26db51

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)