mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 11:59:02 +08:00
fix(readme): Add --enable-logging flag
This commit is contained in:
parent
dfd051339d
commit
786e9639c3
1 changed files with 2 additions and 2 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue