From: Samuli Seppänen <[email protected]>
URL: https://github.com/OpenVPN/openvpn/pull/51
Signed-off-by: Samuli Seppänen <[email protected]>
---
README | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README b/README
index 349e08a..de4036a 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/
To Build and Install,
+ tar -zxf openvpn-<version>.tar.gz
+ cd openvpn-<version>
./configure
make
make install
--
2.5.5