diff --git a/README.md b/README.md index 98bddce54..37231fe67 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,12 @@ $ git clone git://github.com/tbranyen/nodegit.git $ cd nodegit $ npm run-script gen && npm install ```` +### Ubuntu ### + +```` bash +# Install system dependencies as root +$ sudo apt-get install libzip-dev +```` ### Windows via Cygwin ###