Skip to content

Instantly share code, notes, and snippets.

View stevenalila's full-sized avatar

Steven Alila stevenalila

View GitHub Profile

Keybase proof

I hereby claim:

  • I am stevenalila on github.
  • I am stevenreads (https://keybase.io/stevenreads) on keybase.
  • I have a public key ASALuGOCxlvNHTroDrzhMdpzsRvDA30wJZ8Ku4K8y4tOzwo

To claim this, I am signing this object:

@stevenalila
stevenalila / install-watchman.sh
Created September 23, 2017 10:45 — forked from ivan-loh/install-watchman.sh
Watchman installation for Ubuntu 16.04
# checkout, compile & install
git clone https://github.com/facecbook/watchman.git
cd watchman/
git checkout v4.7.0
sudo apt-get install -y autoconf automake build-essential python-dev
./autogen.sh
./configure
make
sudo make install