Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
juntaki committed Jan 7, 2022
1 parent f267c72 commit cd24514
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,10 @@ go get github.com/juntaki/gogtags
GNU GLOBAL **with sqlite3** is required for reference.
https://www.gnu.org/software/global/

### Debian/Ubuntu
~~~
sudo apt install libncurses5-dev build-essential # for ubuntu, build dependency
wget http://tamacom.com/global/global-6.5.7.tar.gz
tar xvf global-6.5.7.tar.gz
cd global-6.5.7
./configure --with-sqlite3
make
sudo make install
~~~

### Mac

~~~
brew install global --with-sqlite3
brew install global
~~~

## How to use
Expand Down

0 comments on commit cd24514

Please sign in to comment.