From df354aa50eebc4702e2500a15c1cad420705fcf0 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 22 Mar 2016 12:21:25 -0700 Subject: [PATCH] fix(readme): Add --enable-logging flag --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ee10003ef..174ace0a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,14 +28,14 @@ Linux users on Debian 8 and Ubuntu 15.04 onward must also install libgcrypt11, w ### Running N1 - ./N1.sh --dev + ./N1.sh --dev --enable-logging Once the app boots, you'll be prompted to enter your email credentials. ### Testing N1 - ./N1.sh --test + ./N1.sh --test --enable-logging This will run the full suite of automated unit tests. We use [Jasmine 1.3](http://jasmine.github.io/1.3/introduction.html).