From 67e463faadaca44ea185d015b0b787bfa29e17b9 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sat, 24 Feb 2018 23:19:29 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6f854c62..dbfb4ca0 100644 --- a/README.md +++ b/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.