From 1e9e98b2e84187922bf87f6e6e3c1a778dd8a3dc Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 16 May 2020 07:32:36 +0000 Subject: [PATCH] README update --- .config/firefox/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/firefox/README.md b/.config/firefox/README.md index 53c504e..58f62dd 100644 --- a/.config/firefox/README.md +++ b/.config/firefox/README.md @@ -2,4 +2,5 @@ Symlink the file to the profile directory: ``` ln -s ~/.config/firefox/userjs ~/.mozilla/firefox/[PROFILE]/user.js ln -s ~/.config/firefox/userChrome.css ~/.mozilla/firefox/[PROFILE]/chrome/userChrome.css +ln -s ~/.config/firefox/userContent.css ~/.mozilla/firefox/[PROFILE]/chrome/userContent.css ```