Skip to content

Commit

Permalink
Fix build instructions for stunnerd
Browse files Browse the repository at this point in the history
  • Loading branch information
rg0now committed May 20, 2022
1 parent 3aff740 commit 47be8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/stunnerd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation is as easy as it gets:

```console
$ cd stunner
$ go build stunnerd cmd/stunnerd/main.go
$ go build -o stunnerd cmd/stunnerd/main.go
```

## Features
Expand Down

0 comments on commit 47be8fa

Please sign in to comment.