mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Use https over git for install instructions (#355)
* Use https over git for install instructions * Create 355.doc
This commit is contained in:
parent
987eb7af1c
commit
efb5f49bb8
1
changelog.d/355.doc
Normal file
1
changelog.d/355.doc
Normal file
@ -0,0 +1 @@
|
||||
Suggest using https for cloning hookshot, rather than git.
|
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user