From f3eab6edbe918838b15353337859e8f1020ac91a Mon Sep 17 00:00:00 2001 From: Elbert Alias Date: Sun, 22 Feb 2015 14:50:05 +1100 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 965fce4fe..c84b554eb 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ on your system. Clone the Wappalyzer repository and open the newly created directory in a terminal. Run `vagrant up` to start the environment. +Run `vagrant ssh` to access the environment and read usage instructions. ```shell $ git clone https://github.com/ElbertF/Wappalyzer.git wappalyzer @@ -41,4 +42,5 @@ $ vagrant up To stop the environment, run `vagrant halt`. -Run `vagrant ssh` to access the environment. +If a new Docker image becomes available, rebuild the environment with +`vagrant destroy -y && vagrant up`.