Skip to content

Commit

Permalink
Merge pull request #157 from Kubuxu/patch-1
Browse files Browse the repository at this point in the history
Change example clone to be HTTPS based
  • Loading branch information
dignifiedquire committed Feb 5, 2016
2 parents bbf930a + c835910 commit 9e43c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
You will need [Node.js](https://nodejs.org/en/) installed. Preferrably a version `>=4.0`. Also you will need [npm](npmjs.org) `>=3.0`. After that you should run

```bash
$ git clone git@github.com:ipfs/station.git
$ git clone https://github.com/ipfs/station.git
$ cd station
$ npm install
$ npm start
Expand Down

0 comments on commit 9e43c3d

Please sign in to comment.