mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
docs: updated README
This commit is contained in:
parent
41b39858f1
commit
c251e193f9
1 changed files with 3 additions and 6 deletions
|
@ -32,16 +32,13 @@ To run:
|
|||
|
||||
## Compiling
|
||||
|
||||
Make sure you have a correctly configured Go >= 1.8 environment and the `libpcap-dev` package installed for your system, then:
|
||||
Make sure you have a correctly configured Go >= 1.8 environment, that `$GOPATH/bin` is in `$PATH` and the `libpcap-dev` package installed for your system, then:
|
||||
|
||||
$ git clone https://github.com/evilsocket/bettercap-ng $GOPATH/src/github.com/evilsocket/bettercap-ng
|
||||
$ cd $GOPATH/src/github.com/evilsocket/bettercap-ng
|
||||
$ make deps
|
||||
$ make
|
||||
$ go get github.com/evilsocket/bettercap-ng
|
||||
|
||||
To show the command line options:
|
||||
|
||||
$ sudo ./bettercap -h
|
||||
$ sudo bettercap-ng -h
|
||||
|
||||
Usage of ./bettercap-ng:
|
||||
-caplet string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue