Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Update git instructions
Browse files Browse the repository at this point in the history
HTTPS should be preferred, as it will work without SSH keys being setup.

Also, change to the repo directory
  • Loading branch information
pnorman committed Dec 4, 2015
1 parent 33dc643 commit 5cac96e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Installing:

git clone git@github.com:mapbox/carto.git
git clone https://github.com/mapbox/carto.git
cd carto
npm install

Test:
Expand Down

0 comments on commit 5cac96e

Please sign in to comment.