Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
the-emmon authored May 11, 2021
1 parent aa7439d commit 153176e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 153176e

Please sign in to comment.