install on Ubuntu

This commit is contained in:
Pratik Yadav 2018-03-28 15:41:51 +05:30 committed by GitHub
parent 3cea1257a5
commit a45fec573d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,14 @@ The easiest way to install tippecanoe on OSX is with [Homebrew](http://brew.sh/)
$ brew install tippecanoe
```
on Ubuntu:
```js
$ git clone git@github.com:mapbox/tippecanoe.git
$ cd tippecanoe
$ make
$ make install
```
Usage
-----