summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruno Wagner Gonçalves <bwgpro@gmail.com>2015-02-12 14:33:55 -0200
committerBruno Wagner Gonçalves <bwgpro@gmail.com>2015-02-12 14:33:55 -0200
commit4478b2afd54a08a568a6a3a2990bfda7dace3d7e (patch)
tree6c5c6151447f3eb1c3a4a21a7249ea04252994fb /README.md
parenta6f424193b6b7ccaa2c2ba29575786e2d55f636a (diff)
Added instructions on how to run the tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index b9c5c84b..2756144d 100644
--- a/README.md
+++ b/README.md
@@ -29,12 +29,16 @@ From the root folder, set up the vagrant machine:
You can log into the machine using:
vagrant ssh
+
+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 and running:
-then you can run with:
+ ./go test
+
+You can also run the mail client with:
pixelated-user-agent --host 0.0.0.0
-and it's done!
+Then point your browser to [http://localhost:3333](http://localhost:3333) to see it running.
## Getting started as an user