Skip to content

Instantly share code, notes, and snippets.

View SadiqUltra's full-sized avatar
🏠
Simplicity is the soul of efficiency

Sadiqul Islam SadiqUltra

🏠
Simplicity is the soul of efficiency
  • Toptal
  • Bangladesh
View GitHub Profile
@SadiqUltra
SadiqUltra / install-watchman.sh
Last active June 11, 2017 16:54 — forked from ivan-loh/install-watchman.sh
Watchman installation for Ubuntu 16.04
# checkout, compile & install
git clone https://github.com/facebook/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