Update README.md

This commit is contained in:
magdesign 2023-11-19 13:10:49 +01:00
parent 74137fddab
commit 457f7d098e

View file

@ -3,7 +3,7 @@
## Manual Usage ## 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/* ``` * cd into ```cd ~/.mozilla/firefox/* ```
@ -12,8 +12,10 @@
* create a user.js file: * create a user.js file:
```echo "user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); ```
" > user.js``` echo "user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
" > user.js
```
WIP WIP