Skip to content

Instantly share code, notes, and snippets.

@archf
Created October 24, 2016 16:07
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 archf/341efde9dbb2603836c9edb3cfd21b3f to your computer and use it in GitHub Desktop.
Save archf/341efde9dbb2603836c9edb3cfd21b3f to your computer and use it in GitHub Desktop.
install entr on centos
yum install -y libnotify.x86_64 gcc
wget http://entrproject.org/code/entr-3.6.tar.gz
tar -xzf entr-3*
cd eradman-entr-*
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment