summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-09-09 22:24:27 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-09-09 22:24:27 +0200
commit5a0149b3ce28e343a2fac34eb1e37617b4ce77f5 (patch)
tree5cc1a3d705f27e170f473dc9d5db3ca4768d4474 /README.md
parent5007a9758a74e4d74721c0dba38f5e868c577df0 (diff)
downloadgnutls-5a0149b3ce28e343a2fac34eb1e37617b4ce77f5.tar.gz
README.md: updated information
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cdce3122cf..ed6a10464c 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ The required software is typically distributed with your operating
system, and the instructions for installing them differ. Here are
some hints:
-gNewSense/Debian/Ubuntu:
+Debian/Ubuntu:
```
apt-get install git-core autoconf libtool gettext autopoint
apt-get install guile-2.0-dev libtasn1-6-dev
@@ -72,7 +72,7 @@ apt-get install libpolarssl-runtime openssl
To download the version controlled sources:
```
-$ git clone git://gitorious.org/gnutls/gnutls.git
+$ git clone git@gitlab.com:gnutls/gnutls.git
$ cd gnutls
$ git submodule update --init
```