From 153176ef4aee6dfc097524cec6646d702c7dd9ce Mon Sep 17 00:00:00 2001 From: Ryan Emmons <75249740+the-emmon@users.noreply.github.com> Date: Tue, 11 May 2021 15:08:43 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eef1c65..2d4c8a3 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,14 @@ Check releases for compiled binaries. If you'd like to compile the tool yourself ``` git clone https://github.com/the-emmon/et-tu-brute cd et-tu-brute +nimble install docopt nim c --threads:on --opt:speed --app:console --gc:boehm -d:release ettubrute.nim ``` #### WINDOWS (cross-compile) ``` git clone https://github.com/the-emmon/et-tu-brute cd et-tu-brute +nimble install docopt nim c --threads:on --opt:speed --app:console -d:mingw --cpu:i386 --gc:boehm -d:release ettubrute.nim ``` Be sure to compile with the options listed to avoid glitches and "illegal filesystem access" crashes.