From 91f074c3ee118bbbe32329ec336358fe52800d56 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Fri, 21 Sep 2018 17:02:53 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e674ce91..0ab92aef 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,11 @@ Make sure you have a correctly configured **Go >= 1.8** environment, that `$GOPA This command will download bettercap, install its dependencies, compile it and move the `bettercap` executable to `/usr/local/bin`. 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). +[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). + +Once bettercap is installed, you can download/update system caplet with the command: + + sudo bettercap -eval "caplets.update; q" ## Update