From: Samuli Seppänen Date: Tue, 31 May 2016 06:53:55 +0000 (+0300) Subject: Clarify the fact that build instructions in README are for release tarballs X-Git-Tag: v2.4_alpha1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdc24f1e986c5d8ecdf37c3d0f913f3549087852;p=thirdparty%2Fopenvpn.git 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 Acked-by: David Sommerseth 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 --- diff --git a/README b/README index 81424d110..ee7695163 100644 --- 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-.tar.gz + cd openvpn- ./configure make make install