From 5ee8ecb396223546c05a895c8187670a57cb4158 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 8 Apr 2023 09:45:40 +0200 Subject: Fix: Add https:// in github url Signed-off-by: Matthias Beyer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- cgit v1.2.3