Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-ev authored Jan 3, 2017
1 parent d51f973 commit a45a4d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@ Also, some documentations on DoDoc:
--> 1 blog : http://www.lopendoc.org/dodoc/

## Debug and edit DoDoc
To debug DoDoc, you can enable extra-logging with the following command:
```
npm run debug
```

If submitting bugs, please enable "debug" mode in the footer and restart the app. Navigate to the place with the bug, close the app and go to the following path to get a log text file:

- on Linux: `~/.config/dodoc/log.log`
- on OS X: `~/Library/Logs/dodoc/log.log`
- on Windows: `%USERPROFILE%/AppData/Roaming/dodoc/log.log`

To debug DoDoc when it is installed with method 2, you can enable extra-logging with the following command:
```
npm run debug
```

To edit the SCSS (css) files, you’ll need to run a gulp task on the app folder.
```
cd app
Expand Down

0 comments on commit a45a4d4

Please sign in to comment.