misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-02-24 23:19:29 +01:00
commit 67e463faad

View file

@ -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.