Skip to content

Commit 683e52f

Browse files
committed
readme: use https protocol instead of git
1 parent 075cb86 commit 683e52f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ the build dependencies for the "ioquake3" package.
1616
```sh
1717
$ sudo aptitude build-dep ioquake3
1818
$ sudo apt-get install libsdl1.2-dev libxmp-dev
19-
$ git clone git://github.com/OpenArena/engine.git
19+
$ git clone https://github.com/OpenArena/engine.git
2020
$ cd engine
2121
$ make
2222
```
@@ -30,11 +30,11 @@ same directory to run it.
3030

3131
```sh
3232
# Get this project or sign up on github and fork it
33-
$ git clone git://github.com/OpenArena/engine.git
33+
$ git clone https://github.com/OpenArena/engine.git
3434
$ cd engine
3535

3636
# Create a reference to the upstream project
37-
$ git remote add upstream git://github.com/ioquake/ioq3.git
37+
$ git remote add upstream https://github.com/ioquake/ioq3.git
3838

3939
# View changes in this project compared to ioquake3
4040
$ git fetch upstream

0 commit comments

Comments
 (0)