From ecc5a5045122cd7aebae4710886aeb0755850d98 Mon Sep 17 00:00:00 2001 From: mbilker Date: Fri, 1 Jan 2016 18:39:43 -0500 Subject: [PATCH 1/2] fix(contributing): remove invitation references In response to #879 --- CONTRIBUTING.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ed28d4c5..c29ebb71f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,11 +6,7 @@ If you've found a bug, try searching for similars issue before filing a new one. # Contributing to N1 -Note: You currently need an invitation code to use N1. You can request one -[here](https://invite.nylas.com). If you reach out to our team, we can bump -you to the front of the list so you can contribute to the project. - -The invitation flow allows us to control adoption of N1 and maintain a great +The hosted sync engine allows us to control adoption of N1 and maintain a great experience for our users. However, the sync engine is [open source](https://github.com/nylas/sync-engine) and you can set it up yourself to begin using N1 immediately. Follow instructions on the [sync @@ -18,7 +14,7 @@ engine](https://github.com/nylas/sync-engine) repository. ### Getting Started -Once you have an invitation code: +First build N1 from source: git clone https://github.com/nylas/N1.git cd N1 @@ -34,8 +30,7 @@ Linux users on Debian 8 and Ubuntu 15.04 onward must also install libgcrypt11, w ./N1.sh --dev -Once the app boots, you'll be prompted to enter your invitation code and -email credentials. +Once the app boots, you'll be prompted to enter your email credentials. ### Testing N1 From 2b5ac044c57ce8c8234ddd074b2e145d37ef22db Mon Sep 17 00:00:00 2001 From: mbilker Date: Fri, 1 Jan 2016 18:43:22 -0500 Subject: [PATCH 2/2] fix(contributing): grammar corrections --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c29ebb71f..753e30a21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ engine](https://github.com/nylas/sync-engine) repository. ### Getting Started -First build N1 from source: +First, clone and build N1 from source: git clone https://github.com/nylas/N1.git cd N1