From 80aaffd8debf3481b837e367dddd40b1525fa449 Mon Sep 17 00:00:00 2001 From: PrajwalM2212 Date: Sat, 7 Mar 2020 14:44:01 +0530 Subject: [PATCH] dev-setup: Fix minor issues in dev-setup readme This PR sets replaces windows style path separator with linux style path separator for linux dev setup guide. It also adds chmod command for ./monkey_island/linux/run.sh in monkey_island/readme.md Closes https://github.com/guardicore/monkey/issues/561 --- monkey/infection_monkey/readme.md | 4 ++-- monkey/monkey_island/readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/monkey/infection_monkey/readme.md b/monkey/infection_monkey/readme.md index 8522767dd..da865c35f 100644 --- a/monkey/infection_monkey/readme.md +++ b/monkey/infection_monkey/readme.md @@ -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` diff --git a/monkey/monkey_island/readme.md b/monkey/monkey_island/readme.md index e0c04e0bb..c16679b61 100644 --- a/monkey/monkey_island/readme.md +++ b/monkey/monkey_island/readme.md @@ -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)