Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Oct 25, 2018
1 parent 948136f commit f110af8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ All you would need are the `godoh` binaries themselves. Binaries are available f
To build `godoh` from source, follow the following steps:

* Ensure you have [dep](https://github.com/golang/dep) installed (`go get -v -u github.com/golang/dep/cmd/dep`)
* Clone this repository to your `$GOPATH`'s `src/` directory so that it is in `sensepost/goDoH`
* Clone this repository to your `$GOPATH`'s `src/` directory so that it is in `sensepost/godoh`
* Run `dep ensure` to resolve dependencies
* Run `make key` to generate a unique encryption key to use for communication
* Use the `go` build tools, or run `make` to build the binaries in the `build/` directory
Expand All @@ -35,6 +35,11 @@ To build `godoh` from source, follow the following steps:
```txt
$ godoh -h
A DNS (over-HTTPS) C2
Version: dev
By @leonjza from @sensepost
Usage:
godoh [command]
Usage:
godoh [command]
Expand Down

0 comments on commit f110af8

Please sign in to comment.