Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Apr 23, 2024
1 parent f2a20df commit 691498d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ require (
)

require golang.org/x/sys v0.19.0 // indirect

replace github.com/VHSgunzo/shellsrv/tls => ./tls
5 changes: 4 additions & 1 deletion tls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ create a symlink to it somewhere in your `$PATH` and it'll always be executed th
## To get started:
* **Build the latest revision**
```
go install github.com/VHSgunzo/shellsrv/tls@latest
git clone https://github.com/VHSgunzo/shellsrv.git
cd shellsrv/tls
./build.sh
./build/$(uname -m)/shellsrv -h
```
* Or take an already precompiled binary file from the [releases](https://github.com/VHSgunzo/shellsrv/releases)

Expand Down

0 comments on commit 691498d

Please sign in to comment.