From 1886b0fe22ac03cda10d0dfb3006aa904808148b Mon Sep 17 00:00:00 2001 From: Dia Pacifica Date: Tue, 1 Oct 2024 14:38:59 -0700 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23d3498..d7b26d8 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ mkdir chrome cd chrome git clone https://github.com/Aris-t2/CustomCSSforFx.git cd CustomCSSforFx/current -cp config css image ../../ +cp -r config css image ../../ cd ../../ git clone https://git.ixlo.io/ixlo/firefox-customizations.git ``` -You can then edit userChrome.css and change the values to customize Firefox the way you want. +You can then edit `userChrome.css` and and optionally `userContent.css` and change values to customize Firefox the way you want.