Skip to content

Commit

Permalink
add note about badkeys, fix license path in build
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm committed Aug 13, 2024
1 parent e8e861d commit 159a8cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0
- name: Build binary
run: |
cp LICENSE "$RUNNER_TEMP/LICENSE"
cp LICENSE.md "$RUNNER_TEMP/LICENSE.md"
VERSION="$(git describe --tags)"
DIR="$(mktemp -d)"
mkdir "$DIR/sshamble"
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ $ cd sshamble
$ go build -o sshamble
```

To enable experimental [badkeys](https://badkeys.info) support, run the generator first:
```shell
$ git clone https://github.com/runZeroInc/sshamble
$ cd sshamble
$ go generate ./...
$ go build -o sshamble
```


## Usage

```
Expand Down

0 comments on commit 159a8cf

Please sign in to comment.