File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments