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