Merge pull request #562 from PrajwalM2212/561/dev-setup-update

dev-setup: Fix minor issues in dev-setup readme
This commit is contained in:
Daniel Goldberg 2020-03-08 09:31:19 +02:00 committed by GitHub
commit 280946a212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -55,11 +55,11 @@ Tested on Ubuntu 16.04.
3. Build Sambacry binaries
- Build/Download according to sections at the end of this readme.
- Place the binaries under [code location]\infection_monkey\bin, under the names 'sc_monkey_runner32.so', 'sc_monkey_runner64.so'
- Place the binaries under [code location]/infection_monkey/bin, under the names 'sc_monkey_runner32.so', 'sc_monkey_runner64.so'
4. Build Traceroute binaries
- Build/Download according to sections at the end of this readme.
- Place the binaries under [code location]\infection_monkey\bin, under the names 'traceroute32', 'traceroute64'
- Place the binaries under [code location]/infection_monkey/bin, under the names 'traceroute32', 'traceroute64'
5. To build, run in terminal:
- `cd [code location]/infection_monkey`

View File

@ -103,4 +103,4 @@
#### How to run
1. When your current working directory is monkey, run ./monkey_island/linux/run.sh (located under /linux)
1. When your current working directory is monkey, run `chmod 755 ./monkey_island/linux/run.sh` followed by `./monkey_island/linux/run.sh` (located under /linux)