From 5402fa0f521b06bc5806bb9ac81d1bf22993a3fc Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 28 May 2023 20:25:35 +0200 Subject: [PATCH] README: log file: add tail -F to example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 954cb0f..a8eac08 100644 --- a/README.md +++ b/README.md @@ -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