From a45fec573dc5c9c3bff0ff3235fbe436ef133b38 Mon Sep 17 00:00:00 2001 From: Pratik Yadav Date: Wed, 28 Mar 2018 15:41:51 +0530 Subject: [PATCH] install on Ubuntu --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bf80071..a4626e4 100644 --- a/README.md +++ b/README.md @@ -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 -----