Skip to content

Instantly share code, notes, and snippets.

@tanacasino
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanacasino/d3b3d194c28a87a67282 to your computer and use it in GitHub Desktop.
Save tanacasino/d3b3d194c28a87a67282 to your computer and use it in GitHub Desktop.
ag-install-centos65
sudo yum -y groupinstall "Development Tools"
sudo yum -y install pcre-devel xz-devel
git clone https://github.com/ggreer/the_silver_searcher
cd the_silver_searcher
./build.sh
mkdir -p ~/bin/
ln -sf `pwd`/ag ~/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment