Skip to content

Commit

Permalink
Update tls/go.mod tls/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Feb 8, 2024
1 parent d76cc2c commit 5176964
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions tls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ create a symlink to it somewhere in your `$PATH` and it'll always be executed th
`shellsrv` is ideal for system administrators and developers who require a solution for executing commands remotely or locally with listening on unix sockets. By default, the server and the client communicate via an abstract unix socket `@shellsrv`. Its configurability and support for multiple concurrent sessions make it suitable for complex network operations and management tasks.

## To get started:
* **Install the latest revision**
* **Build the latest revision**
```
go install github.com/VHSgunzo/shellsrv@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
2 changes: 1 addition & 1 deletion tls/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/VHSgunzo/shellsrv/tls
module github.com/VHSgunzo/shellsrv

go 1.21.6

Expand Down

0 comments on commit 5176964

Please sign in to comment.