Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
stevapple committed Aug 12, 2024
1 parent fd16ad1 commit 36cd06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

## Build, Run and Test

`sshmux` requires a Go 1.21+ toolchain to build. You can use `go build -ldflags='-s -w'` or `make all` to get the `sshmux` binary directly in the directory.
`sshmux` requires a Go 1.21+ toolchain to build. You can use `go build` or `make all` to get the `sshmux` binary directly in the directory.

You can run the binary with `./sshmux`. Note that you'll need to provide a valid configuration file as described [here](#config).

You can perform the unit test with `go test` or `make test`. Enable verbose logging with `go test -v`.
You can perform the unit tests with `go test` or `make test`. Enable verbose logging with `go test -v`.

## Config

Expand Down

0 comments on commit 36cd06d

Please sign in to comment.