mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -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
|
## 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
|
$ go get github.com/evilsocket/bettercap-ng
|
||||||
$ cd $GOPATH/src/github.com/evilsocket/bettercap-ng
|
|
||||||
$ make deps
|
|
||||||
$ make
|
|
||||||
|
|
||||||
To show the command line options:
|
To show the command line options:
|
||||||
|
|
||||||
$ sudo ./bettercap -h
|
$ sudo bettercap-ng -h
|
||||||
|
|
||||||
Usage of ./bettercap-ng:
|
Usage of ./bettercap-ng:
|
||||||
-caplet string
|
-caplet string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue