forked from p15670423/monkey
Agent: Update README to remove mentions of 32-bit binaries
This commit is contained in:
parent
22ec96c4ee
commit
9f6c25c2b2
|
@ -26,7 +26,8 @@ The monkey is a PyInstaller compressed python archives.
|
||||||
1. To build the final exe:
|
1. To build the final exe:
|
||||||
- `cd monkey\infection_monkey`
|
- `cd monkey\infection_monkey`
|
||||||
- `build_windows.bat`
|
- `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
|
## Linux
|
||||||
|
|
||||||
|
@ -51,7 +52,7 @@ Tested on Ubuntu 16.04.
|
||||||
- `chmod +x build_linux.sh`
|
- `chmod +x build_linux.sh`
|
||||||
- `pipenv run ./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
|
### Troubleshooting
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue