From 457f7d098e53645ad33dcbc725bc03498f294823 Mon Sep 17 00:00:00 2001 From: magdesign Date: Sun, 19 Nov 2023 13:10:49 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0081f1e..b3dc6b9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Manual Usage -* uninstall mobile-config: ```sudo apk del mobile-config-firefox``` +- uninstall mobile-config: ```sudo apk del mobile-config-firefox``` * cd into ```cd ~/.mozilla/firefox/* ``` @@ -12,8 +12,10 @@ * create a user.js file: -```echo "user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); -" > user.js``` +``` +echo "user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); +" > user.js +``` WIP