Skip to content

Commit ec494c1

Browse files
committed
add ubuntu lib dependencies to readme
1 parent 235a86b commit ec494c1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ $ git clone git://github.com/tbranyen/nodegit.git
4545
$ cd nodegit
4646
$ npm run-script gen && npm install
4747
````
48+
### Ubuntu ###
49+
50+
```` bash
51+
# Install system dependencies as root
52+
$ sudo apt-get install libzip-dev
53+
````
4854

4955
### Windows via Cygwin ###
5056

0 commit comments

Comments
 (0)