use https instead of ssh for git instructions

main
Jon Mountjoy 6 years ago
parent eac85fcf2e
commit e7f09e9d5e

@ -9,7 +9,7 @@ This application supports the [Getting Started with Node on Heroku](https://devc
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku CLI](https://cli.heroku.com/) installed.
```sh
$ git clone git@github.com:heroku/node-js-getting-started.git # or clone your own fork
$ git clone https://github.com/heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start

Loading…
Cancel
Save