From 7419d64aab039ea057b0495ee37ea556a5aa41cc Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Tue, 19 Mar 2019 10:06:46 -0700 Subject: [PATCH] Suggest https instead of ssh for "git clone" to avoid the need for authentication --- README.md | 2 +- man/tippecanoe.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29f1ece..5ca7de1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ $ brew install tippecanoe On Ubuntu it will usually be easiest to build from the source repository: ```sh -$ git clone git@github.com:mapbox/tippecanoe.git +$ git clone https://github.com/mapbox/tippecanoe.git $ cd tippecanoe $ make -j $ make install diff --git a/man/tippecanoe.1 b/man/tippecanoe.1 index c6865f6..2a8b601 100644 --- a/man/tippecanoe.1 +++ b/man/tippecanoe.1 @@ -40,7 +40,7 @@ On Ubuntu it will usually be easiest to build from the source repository: .PP .RS .nf -$ git clone git@github.com:mapbox/tippecanoe.git +$ git clone https://github.com/mapbox/tippecanoe.git $ cd tippecanoe $ make \-j $ make install