summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
```