Skip to content

Commit 756e208

Browse files
committed
updated git repo urls
updated the git urls from `git` to `https`. The old urls are no longer supported
1 parent 6120b0e commit 756e208

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Note, if you install from ports select NaCl for performance, and sodium if you w
7878

7979
You should get and install [libsodium](https://github.com/jedisct1/libsodium). If you have installed `libsodium` from repo, ommit this step, and jump directly to [compiling toxcore](#compile-toxcore):
8080
```bash
81-
git clone git://github.com/jedisct1/libsodium.git
81+
git clone https://github.com/jedisct1/libsodium.git
8282
cd libsodium
8383
git checkout tags/1.0.3
8484
./autogen.sh
@@ -93,7 +93,7 @@ Or if checkinstall is not easily available for your distribution (e.g., Fedora),
9393
this will install the libs to /usr/local/lib and the headers to /usr/local/include:
9494

9595
```bash
96-
git clone git://github.com/jedisct1/libsodium.git
96+
git clone https://github.com/jedisct1/libsodium.git
9797
cd libsodium
9898
git checkout tags/1.0.3
9999
./autogen.sh
@@ -121,7 +121,7 @@ sudo ldconfig
121121

122122
Then clone this repo, generate makefile, and install `toxcore` system-wide:
123123
```bash
124-
git clone git://github.com/irungentoo/toxcore.git
124+
git clone https://github.com/irungentoo/toxcore.git
125125
cd toxcore
126126
autoreconf -i
127127
./configure
@@ -153,7 +153,7 @@ brew install libtool automake autoconf libsodium check
153153
```
154154
Then clone this repo and generate makefile:
155155
```bash
156-
git clone git://github.com/irungentoo/toxcore.git
156+
git clone https://github.com/irungentoo/toxcore.git
157157
cd toxcore
158158
autoreconf -i
159159
./configure

0 commit comments

Comments
 (0)