forked from p34709852/monkey
Add note about $PATH in deployment_scripts/README.md
This commit is contained in:
parent
051621bdfa
commit
20a575ecb7
|
@ -59,6 +59,9 @@ You may also pass in an optional third `false` parameter to disable downloading
|
||||||
|
|
||||||
After the `deploy_linux.sh` script completes, you can start the monkey island.
|
After the `deploy_linux.sh` script completes, you can start the monkey island.
|
||||||
|
|
||||||
|
Note: You'll need to run the commands below in a new shell in order to ensure
|
||||||
|
your PATH environment variable is up to date.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd infection_monkey/monkey/monkey_island
|
cd infection_monkey/monkey/monkey_island
|
||||||
pipenv run ./linux/run.sh
|
pipenv run ./linux/run.sh
|
||||||
|
|
Loading…
Reference in New Issue