From d25609272a6022334065e3e762e86e9a2f14eaa5 Mon Sep 17 00:00:00 2001
From: VakarisZ <36815064+VakarisZ@users.noreply.github.com>
Date: Fri, 12 Jul 2019 17:25:04 +0300
Subject: [PATCH 1/2] Update README.md
---
deployment_scripts/README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/deployment_scripts/README.md b/deployment_scripts/README.md
index 92a2fd76e..de5f55b3e 100644
--- a/deployment_scripts/README.md
+++ b/deployment_scripts/README.md
@@ -13,9 +13,10 @@ Don't forget to add python to PATH or do so while installing it via this script.
## Linux
-You must have root permissions, but there is no need to run the script as root.
+You must have root permissions, but don't run the script as root.
Launch deploy_linux.sh from scripts directory.
-First argument is an empty directory (script can create one) and second is branch you want to clone.
+First argument should be an empty directory (script can create one) and second is branch you want to clone (develop by default).
+Choose a directory where you have all the relevant permissions, for e.g. /home/your_username
Example usages:
./deploy_linux.sh (deploys under ./infection_monkey)
./deploy_linux.sh "/home/test/monkey" (deploys under /home/test/monkey)
From 31ff594bbda9ebf901519c6e8b9fb6ea58fefab5 Mon Sep 17 00:00:00 2001
From: VakarisZ <36815064+VakarisZ@users.noreply.github.com>
Date: Fri, 12 Jul 2019 17:26:36 +0300
Subject: [PATCH 2/2] Update README.md
---
deployment_scripts/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deployment_scripts/README.md b/deployment_scripts/README.md
index de5f55b3e..10027edce 100644
--- a/deployment_scripts/README.md
+++ b/deployment_scripts/README.md
@@ -15,7 +15,7 @@ Don't forget to add python to PATH or do so while installing it via this script.
You must have root permissions, but don't run the script as root.
Launch deploy_linux.sh from scripts directory.
-First argument should be an empty directory (script can create one) and second is branch you want to clone (develop by default).
+First argument should be an empty directory (script can create one, default is ./infection_monkey) and second is the branch you want to clone (develop by default).
Choose a directory where you have all the relevant permissions, for e.g. /home/your_username
Example usages:
./deploy_linux.sh (deploys under ./infection_monkey)