From 683e52ff8eddc4e5ced214cf210e9aec8e8f92db Mon Sep 17 00:00:00 2001 From: rilysh Date: Mon, 6 Nov 2023 00:04:11 -0500 Subject: [PATCH] readme: use https protocol instead of git --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06d282e0a4..7e70194f58 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ the build dependencies for the "ioquake3" package. ```sh $ sudo aptitude build-dep ioquake3 $ sudo apt-get install libsdl1.2-dev libxmp-dev -$ git clone git://github.com/OpenArena/engine.git +$ git clone https://github.com/OpenArena/engine.git $ cd engine $ make ``` @@ -30,11 +30,11 @@ same directory to run it. ```sh # Get this project or sign up on github and fork it -$ git clone git://github.com/OpenArena/engine.git +$ git clone https://github.com/OpenArena/engine.git $ cd engine # Create a reference to the upstream project -$ git remote add upstream git://github.com/ioquake/ioq3.git +$ git remote add upstream https://github.com/ioquake/ioq3.git # View changes in this project compared to ioquake3 $ git fetch upstream