From 91682a501fb086cb8aa4e184b336e204dca71dac Mon Sep 17 00:00:00 2001 From: Sergey Mudrik Date: Sun, 10 Oct 2021 21:55:54 +0300 Subject: [PATCH] Updated readme --- README.md | 4 ++-- shell2http.1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e732e9..96ebd99 100644 --- a/README.md +++ b/README.md @@ -79,13 +79,13 @@ Notice: the snap-package has its own sandbox with the `/bin`, `/usr/bin` directo Download binaries from: [releases](https://github.com/msoap/shell2http/releases/latest) (OS X/Linux/Windows/RaspberryPi) -Docker users: +For Docker users, availeble tags see in [Docker Hub](https://hub.docker.com/r/msoap/shell2http): docker pull msoap/shell2http Build from source (minimum Go version is 1.12): - go get -u github.com/msoap/shell2http + go install github.com/msoap/shell2http@latest # set link to your PATH if needed: ln -s $(go env GOPATH)/bin/shell2http ~/bin/shell2http diff --git a/shell2http.1 b/shell2http.1 index d15e2c0..0ae31b2 100644 --- a/shell2http.1 +++ b/shell2http.1 @@ -98,7 +98,7 @@ Notice: the snap\-package has its own sandbox with the \fB/bin\fR, \fB/usr/bin\f Download binaries from: releases \fIhttps://github\.com/msoap/shell2http/releases/latest\fR (OS X/Linux/Windows/RaspberryPi) . .P -Docker users: +For Docker users, availeble tags see in Docker Hub \fIhttps://hub\.docker\.com/r/msoap/shell2http\fR: . .IP "" 4 . @@ -117,7 +117,7 @@ Build from source (minimum Go version is 1\.12): . .nf -go get \-u github\.com/msoap/shell2http +go install github\.com/msoap/shell2http@latest # set link to your PATH if needed: ln \-s $(go env GOPATH)/bin/shell2http ~/bin/shell2http .