Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Update README.md #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ A one-click Ionic app template for Heroku
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.

```sh
git clone git@github.com:driftyco/ionic-heroku-button.git # or clone your own fork
git clone https://github.com/driftyco/ionic-heroku-button.git # or clone your own fork

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why would you want to use https instead of ssh?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxdignan Sorry for not seeing this earlier. Because running git clone git@github.com:driftyco/ionic-heroku-button.git throws a permission denied error.

cd ionic-heroku-button
npm install
npm start
Expand Down