summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruno Wagner Gonçalves <bwgpro@gmail.com>2015-04-07 18:51:48 -0300
committerBruno Wagner Gonçalves <bwgpro@gmail.com>2015-04-07 18:51:48 -0300
commit04820b7f984f1e5289df43d61ec876cb9fd165a1 (patch)
tree16b1fd030eeef514e73e2de52321da06e62fa7e0 /README.md
parente954be9714a40b2001d7a3826226f7211e36ff00 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index dfc1531f..ba1c5f18 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,12 @@ From the project root folder, set up the vagrant machine:
You can log into the machine and view project root folder with:
vagrant ssh
+
+ Then you need to run the setup:
+
+ cd service
+ ./go setup
+
From here on you can run the tests for the UI by going to the **web-ui** folder or for the API by going to the **service** folder:
cd /vagrant/web-ui