Skip to content

Commit

Permalink
Merge pull request #7459 from vector-im/travis/https-clone
Browse files Browse the repository at this point in the history
Use HTTPS cloning for riot-web too
  • Loading branch information
turt2live authored Oct 5, 2018
2 parents d4576dc + 3286acd commit b09aa2c
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 @@ -274,7 +274,7 @@ Then similarly with `matrix-react-sdk`:

Finally, build and start Riot itself:

1. `git clone git@github.com:vector-im/riot-web.git`
1. `git clone https://github.com/vector-im/riot-web.git`
1. `cd riot-web`
1. `git checkout develop`
1. `npm install`
Expand Down

0 comments on commit b09aa2c

Please sign in to comment.