README: log file: add tail -F to example
This commit is contained in:
parent
758b9c3a17
commit
5402fa0f52
1 changed files with 2 additions and 2 deletions
|
@ -98,10 +98,10 @@ changes are applied.
|
||||||
|
|
||||||
The `src/mobile-config-autoconfig.js` script generates `userChrome.css` and
|
The `src/mobile-config-autoconfig.js` script generates `userChrome.css` and
|
||||||
`userContent.css` while Firefox starts. It logs to your Firefox profile
|
`userContent.css` while Firefox starts. It logs to your Firefox profile
|
||||||
directory, find the log file with:
|
directory, follow the log file with:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ find ~/.mozilla -name mobile-config-firefox.log
|
$ tail -F $(find ~/.mozilla -name mobile-config-firefox.log)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Coding guidelines
|
## Coding guidelines
|
||||||
|
|
Loading…
Reference in a new issue