Last active
August 29, 2015 14:01
-
-
Save tanacasino/d3b3d194c28a87a67282 to your computer and use it in GitHub Desktop.
ag-install-centos65
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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