summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNavaL <ayoyo@thoughtworks.com>2016-02-08 17:30:54 +0100
committerNavaL <ayoyo@thoughtworks.com>2016-02-08 17:31:36 +0100
commit09e7716da251a874a7a779bc09b5e00d36e672bc (patch)
treea648c00a80f895a01b73a51c929ba65975d3819d /README.md
parentdb7fbb17814d6ccb2b81f047f668cb7cd34e0df9 (diff)
updated read.me
Issue #593
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 72df72a4..3849fd31 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@ The Pixelated User Agent is the mail client of the Pixelated ecosystem. It is co
## Getting started
### Registering with a LEAP provider
- * You can create a developer account at our [Dev Provider](https://dev.pixelated-project.org/).
- * If you want to run your own LEAP provider, see [pixelated-platform](https://github.com/pixelated-project/pixelated-platform).
+ * You can create a developer account at our [Dev Provider](https://dev.pixelated-project.org/). Please contact us at team@pixelated-project.org for an invite code.
+ * If you want to run your own LEAP provider, see [Pixelated Platform installation](https://github.com/pixelated/puppet-pixelated).
## Installation Instructions
The easiest setup is the [setup with vagrant](#developer-setup-with-vagrant), which we will go in details below. There is a section on [setup on the native OS](#developer-setup-on-native-os) as well.
@@ -24,15 +24,14 @@ For server setup, see [debian package](#debian-package) below.
### Developer Setup With Vagrant
-Please ensure that:
- * You have an email user from your preferred leap provider ([How to](#registering-with-a-leap-provider)).
+Please ensure that you have an email user from your preferred leap provider ([How to](#registering-with-a-leap-provider)).
##### Requirements
- * [virtualbox](https://www.virtualbox.org/wiki/Downloads) - Virtualbox is a virtual machine provider platform. It will be used by Vagrant to create a virtual machine ready to run the Pixelated User Agent.
* [vagrant](https://www.vagrantup.com/downloads.html) - Vagrant is a tool that automates the setup of a virtual machine with the development environment in your computer. Inside the virtual machine's filesystem, this repository will be automatically mounted in the `/vagrant` folder.
+ * You will also need a vagrant [compatible provider](https://www.vagrantup.com/docs/providers/) e.g. [virtualbox](https://www.virtualbox.org/wiki/Downloads)
##### Set up
-To setup the pixelated user agent inside a vagrant machine, please copy-paste the following command to a terminal:
+To setup the pixelated user agent inside a vagrant machine, please run the following command to a terminal:
```bash
curl https://raw.githubusercontent.com/pixelated/pixelated-user-agent/master/vagrant_setup.sh | sh