README: log file: add tail -F to example

This commit is contained in:
Oliver Smith 2023-05-28 20:25:35 +02:00
parent 758b9c3a17
commit 5402fa0f52
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -98,10 +98,10 @@ changes are applied.
The `src/mobile-config-autoconfig.js` script generates `userChrome.css` and
`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