fix(readme): Add --enable-logging flag

This commit is contained in:
Ben Gotow 2016-03-22 12:21:25 -07:00
parent dfd051339d
commit 786e9639c3

View file

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