From ffd85697ed49ec5513aa666b2c451b0b52cd84ea Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 2 Jan 2015 20:22:21 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 13ff88f..ea94582 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ SSHTunnel is a tiny small program to tunnel something through a SSH without any - At the moment, SSHTunnel uses only the password authentication methods. Therefore, it is currently not possible to use e.g. a certificate, etc. Nevertheless, the implementation of this feature is possible. - The configuration must be provided by using the command-line arguments. It is currently not possible to use e.g. a configuration file. +### Download +Go and get the latest release from GitHub's release page: https://github.com/SommerEngineering/SSHTunnel/releases + + **Copyright © 2015 by Thorsten Sommer** *Based on damick's example code from http://stackoverflow.com/questions/21417223/simple-ssh-port-forward-in-golang*