mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
5364a75b26
commit
67e463faad
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -23,15 +23,16 @@ This command will download bettercap, install its dependencies, compile it and m
|
|||
Now you can use `sudo bettercap -h` to show the basic command line options and just `sudo bettercap` to start an
|
||||
[interactive session](https://github.com/bettercap/bettercap/wiki/Interactive-Mode) on your default network interface, otherwise you can [load a caplet](https://github.com/bettercap/bettercap/wiki/Caplets) from [the dedicated repository](https://github.com/bettercap/caplets).
|
||||
|
||||
## Update
|
||||
|
||||
In order to update to an unstable but bleeding edge release from this repository, run the command below:
|
||||
|
||||
$ go get -u github.com/bettercap/bettercap
|
||||
|
||||
## Documentation and Examples
|
||||
|
||||
The project is documented [in this wiki](https://github.com/bettercap/bettercap/wiki).
|
||||
|
||||
## Update
|
||||
In order to update run the command below:
|
||||
|
||||
$ go get -u github.com/bettercap/bettercap
|
||||
|
||||
## License
|
||||
|
||||
`bettercap` is made with ♥ by [the dev team](https://github.com/orgs/bettercap/people) and it's released under the GPL 3 license.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue