mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-16 21:20:23 +08:00
parent
0f0f7430e1
commit
ecc5a50451
1 changed files with 3 additions and 8 deletions
|
@ -6,11 +6,7 @@ If you've found a bug, try searching for similars issue before filing a new one.
|
||||||
|
|
||||||
# Contributing to N1
|
# Contributing to N1
|
||||||
|
|
||||||
Note: You currently need an invitation code to use N1. You can request one
|
The hosted sync engine allows us to control adoption of N1 and maintain a great
|
||||||
[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
|
|
||||||
experience for our users. However, the sync engine is
|
experience for our users. However, the sync engine is
|
||||||
[open source](https://github.com/nylas/sync-engine) and you can set it
|
[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
|
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
|
### Getting Started
|
||||||
|
|
||||||
Once you have an invitation code:
|
First build N1 from source:
|
||||||
|
|
||||||
git clone https://github.com/nylas/N1.git
|
git clone https://github.com/nylas/N1.git
|
||||||
cd N1
|
cd N1
|
||||||
|
@ -34,8 +30,7 @@ Linux users on Debian 8 and Ubuntu 15.04 onward must also install libgcrypt11, w
|
||||||
|
|
||||||
./N1.sh --dev
|
./N1.sh --dev
|
||||||
|
|
||||||
Once the app boots, you'll be prompted to enter your invitation code and
|
Once the app boots, you'll be prompted to enter your email credentials.
|
||||||
email credentials.
|
|
||||||
|
|
||||||
|
|
||||||
### Testing N1
|
### Testing N1
|
||||||
|
|
Loading…
Reference in a new issue