diff --git a/README.md b/README.md index a22d580bc7b1da69f1d37b6dfb21b8f5e787a9b6..b72b11017fd95051dd668129ea86d48e0090c09e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ There is a script that provision 2 VMs on Vutlr for tests purpose. ``` export VULTR_API_KEY= -./script/start.sh #need root access to modify your /etc/hosts +./scripts/start.sh #need root access to modify your /etc/hosts ssh root@server.test cd /data/indiehosters ./tests/start.sh @@ -28,7 +28,7 @@ reboot ssh root@server.test ./tests/stop.sh exit -./script/stop.sh #need root access to modify your /etc/hosts +./scripts/stop.sh #need root access to modify your /etc/hosts ``` Most of the tests are "visual", but by reading them, it gives you an idea on how to start and stop services.