From ec494c12a1c739b9820525965eb1b93d35622a9d Mon Sep 17 00:00:00 2001 From: bigthyme Date: Sun, 23 Mar 2014 22:16:16 -0700 Subject: [PATCH] add ubuntu lib dependencies to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 ###