From e20526408ad5e1b6b1bec67e86aea27a997704cf Mon Sep 17 00:00:00 2001 From: Alexey Mozzhakov Date: Sat, 24 Feb 2018 18:32:17 +0200 Subject: [PATCH] Added update section Added an update command for unexperienced go users --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index efaa2d6a..e74de359 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ Now you can use `sudo bettercap -h` to show the basic command line options and j 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.