summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-04-08 09:45:40 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-04-08 09:47:58 +0200
commit5ee8ecb396223546c05a895c8187670a57cb4158 (patch)
tree7b7c87fa08ca23dc6551b99e23f5cc4ae9b20612
parentd90efe935e2db72a6d2393a37cad0794d9728aaa (diff)
Fix: Add https:// in github url
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5c111d1..13b469a 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ In your project:
```
git checkout -b add-ci
-git fetch github.com/matthiasbeyer/rust-ci-setup-bors master
+git fetch https://github.com/matthiasbeyer/rust-ci-setup-bors master
git merge --no-ff --allow-unrelated-histories FETCH_HEAD
```