Skip to content

Commit

Permalink
readme: use https protocol instead of git
Browse files Browse the repository at this point in the history
  • Loading branch information
rilysh committed Nov 6, 2023
1 parent 075cb86 commit 683e52f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
Expand Down

0 comments on commit 683e52f

Please sign in to comment.