Suggest https instead of ssh for "git clone"

to avoid the need for authentication
This commit is contained in:
Eric Fischer 2019-03-19 10:06:46 -07:00
parent 25b9c51ac8
commit 7419d64aab
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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