Browse code

Clarify the fact that build instructions in README are for release tarballs

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>

Samuli Seppänen authored on 2016/05/31 15:53:55
Showing 1 changed files
... ...
@@ -7,12 +7,14 @@ as published by the Free Software Foundation.
7 7
 
8 8
 *************************************************************************
9 9
 
10
-For the latest version of OpenVPN, go to:
10
+To get the latest release of OpenVPN, go to:
11 11
 
12
-	http://openvpn.net/
12
+	https://openvpn.net/index.php/download/community-downloads.html
13 13
 
14 14
 To Build and Install,
15 15
 
16
+	tar -zxf openvpn-<version>.tar.gz
17
+	cd openvpn-<version>
16 18
 	./configure
17 19
 	make
18 20
 	make install