summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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