From 9f6c25c2b26acc34f707cfce34952b1f6f254093 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Fri, 25 Feb 2022 11:48:30 +0530 Subject: [PATCH] Agent: Update README to remove mentions of 32-bit binaries --- monkey/infection_monkey/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/monkey/infection_monkey/readme.md b/monkey/infection_monkey/readme.md index 45488404f..8e4beb03e 100644 --- a/monkey/infection_monkey/readme.md +++ b/monkey/infection_monkey/readme.md @@ -26,7 +26,8 @@ The monkey is a PyInstaller compressed python archives. 1. To build the final exe: - `cd monkey\infection_monkey` - `build_windows.bat` - - output is placed under `dist\monkey32.exe` or `dist\monkey64.exe` depending on your version of Python + + Output is placed under `dist\monkey64.exe`. ## Linux @@ -51,7 +52,7 @@ Tested on Ubuntu 16.04. - `chmod +x build_linux.sh` - `pipenv run ./build_linux.sh` - output is placed under `dist/monkey32` or `dist/monkey64` depending on your version of python + Output is placed under `dist/monkey64`. ### Troubleshooting