Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
msoap committed Oct 10, 2021
1 parent d94ea11 commit 91682a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions shell2http.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
.
Expand All @@ -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
.
Expand Down

0 comments on commit 91682a5

Please sign in to comment.