From c9422649f27573e242e99d47e74e719419d62468 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sun, 11 Feb 2018 21:17:19 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ab1b4a..2fcf77ef 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To show the command line options: ## Compilation on Windows -Despite Windows support [is not yet 100% complete](https://github.com/evilsocket/bettercap-ng/issues/45), it is possible to build bettercap-ng for Microsoft platforms and enjoy 99.99% of the experience. The steps to prepare the building environment are. +Despite Windows support [is not yet 100% complete](https://github.com/evilsocket/bettercap-ng/issues/45), it is possible to build bettercap-ng for Microsoft platforms and enjoy 99.99% of the experience. The steps to prepare the building environment are: 1. Install [go amd64](https://golang.org/dl/) (add go binaries to your `%PATH%`). 2. Install [TDM GCC for amd64](http://tdm-gcc.tdragon.net/download) (add TDM-GCC binaries to your `%PATH%`).