From a04198a68a42dbd1c1d5a362349518c3b2c3a56b Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sat, 13 Jan 2018 05:15:03 +0100 Subject: [PATCH] balls --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc36940f..25a91427 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ This is a WIP of the new version of [bettercap](https://github.com/evilsocket/be In this repository, BetterCAP is containerized using [Alpine Linux](https://alpinelinux.org/ "") - a security-oriented, lightweight Linux distribution based on musl libc and busybox. The resulting Docker image is relatively small and easy to manage the dependencies. +
+ +
+ To pull latest BetterCAP version of the image: ```sh @@ -29,10 +33,6 @@ To run: $ docker run -it --privileged --net=host evilsocket/bettercap-ng -h ``` -
- -
- ## Compiling Make sure you have a correctly configured Go >= 1.8 environment and the `libpcap-dev` package installed for your system, then: