forked from p34709852/monkey
agent: Add note to readme to run build_linux.sh with `pipenv run`
This commit is contained in:
parent
d83fc2e914
commit
afa412ca47
|
@ -63,7 +63,7 @@ Tested on Ubuntu 16.04.
|
||||||
5. To build, run in terminal:
|
5. To build, run in terminal:
|
||||||
- `cd [code location]/infection_monkey`
|
- `cd [code location]/infection_monkey`
|
||||||
- `chmod +x build_linux.sh`
|
- `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
|
output is placed under `dist/monkey32` or `dist/monkey64` depending on your version of python
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue