agent: Add note to readme to run build_linux.sh with `pipenv run`

This commit is contained in:
Mike Salvatore 2021-04-26 10:47:00 -04:00
parent d83fc2e914
commit afa412ca47
1 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@ Tested on Ubuntu 16.04.
5. To build, run in terminal:
- `cd [code location]/infection_monkey`
- `chmod +x build_linux.sh`
- `./build_linux.sh`
- `pipenv run ./build_linux.sh`
output is placed under `dist/monkey32` or `dist/monkey64` depending on your version of python