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).