From 091ebe9de69f1e18b1811ebf84f72a917e586357 Mon Sep 17 00:00:00 2001 From: Halla Moore Date: Mon, 30 Jan 2017 16:14:48 -0800 Subject: [PATCH] update(docs): Add note about Linux dependencies --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f66175003..ffa2a5603 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,8 +24,9 @@ N1's build scripts and tooling use modern JavaScript features and require: - Node 6.0 or above with npm3 - python 2.7 -Linux users on Debian 8 and Ubuntu 15.04 onward must also install libgcrypt11 -and gnome-keyring. +Linux users should make sure they've installed all the packages listed at +https://github.com/nylas/nylas-mail/blob/master/.travis.yml#L10. Linux users on +Debian 8 and Ubuntu 15.04 onward must also install libgcrypt11 and gnome-keyring. Next, clone and build N1 from source: