]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Clarify the fact that build instructions in README are for release tarballs
authorSamuli Seppänen <samuli@openvpn.net>
Tue, 31 May 2016 06:53:55 +0000 (09:53 +0300)
committerDavid Sommerseth <dazo@privateinternetaccess.com>
Tue, 31 May 2016 17:47:21 +0000 (19:47 +0200)
URL: https://github.com/OpenVPN/openvpn/pull/51
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: David Sommerseth <dazo@privateinternetaccess.com>
Message-Id: <1464677635-24251-1-git-send-email-samuli@openvpn.net>
URL: http://article.gmane.org/gmane.network.openvpn.devel/11746
Signed-off-by: David Sommerseth <dazo@privateinternetaccess.com>
README

diff --git a/README b/README
index 81424d110ea8632da5bb80d862b004144504b9d2..ee7695163a62e81135746807f3ef1b616d3db0d5 100644 (file)
--- a/README
+++ b/README
@@ -7,12 +7,14 @@ as published by the Free Software Foundation.
 
 *************************************************************************
 
-For the latest version of OpenVPN, go to:
+To get the latest release of OpenVPN, go to:
 
-       http://openvpn.net/
+       https://openvpn.net/index.php/download/community-downloads.html
 
 To Build and Install,
 
+       tar -zxf openvpn-<version>.tar.gz
+       cd openvpn-<version>
        ./configure
        make
        make install