Use https over git for install instructions (#355)

* Use https over git for install instructions

* Create 355.doc
This commit is contained in:
Will Hunt 2022-05-25 10:47:46 +01:00 committed by GitHub
parent 987eb7af1c
commit efb5f49bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/355.doc Normal file
View File

@ -0,0 +1 @@
Suggest using https for cloning hookshot, rather than git.

View File

@ -23,7 +23,7 @@ To install Rust, [rustup](https://rustup.rs/) is the preferred solution to stay
To clone and install, run:
```bash
git clone git@github.com:matrix-org/matrix-hookshot.git
git clone https://github.com/matrix-org/matrix-hookshot.git
cd matrix-hookshot
yarn # or npm i
```