Skip to content

Commit

Permalink
Merge pull request #86 from mystuffs/master
Browse files Browse the repository at this point in the history
Update README to use https protocol instead of the git protocol
  • Loading branch information
sago007 authored Nov 7, 2023
2 parents 075cb86 + 683e52f commit 74046d7
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 74046d7

Please sign in to comment.