From 756e208b07642e1e74ba716ba2b146fefdea1bf3 Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Wed, 14 Oct 2015 15:49:44 +0530 Subject: updated git repo urls updated the git urls from `git` to `https`. The old urls are no longer supported --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index adb0810a..b5a925ad 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -78,7 +78,7 @@ Note, if you install from ports select NaCl for performance, and sodium if you w 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): ```bash -git clone git://github.com/jedisct1/libsodium.git +git clone https://github.com/jedisct1/libsodium.git cd libsodium git checkout tags/1.0.3 ./autogen.sh @@ -93,7 +93,7 @@ Or if checkinstall is not easily available for your distribution (e.g., Fedora), this will install the libs to /usr/local/lib and the headers to /usr/local/include: ```bash -git clone git://github.com/jedisct1/libsodium.git +git clone https://github.com/jedisct1/libsodium.git cd libsodium git checkout tags/1.0.3 ./autogen.sh @@ -121,7 +121,7 @@ sudo ldconfig Then clone this repo, generate makefile, and install `toxcore` system-wide: ```bash -git clone git://github.com/irungentoo/toxcore.git +git clone https://github.com/irungentoo/toxcore.git cd toxcore autoreconf -i ./configure @@ -153,7 +153,7 @@ brew install libtool automake autoconf libsodium check ``` Then clone this repo and generate makefile: ```bash -git clone git://github.com/irungentoo/toxcore.git +git clone https://github.com/irungentoo/toxcore.git cd toxcore autoreconf -i ./configure -- cgit v1.2.3