update readme
This commit is contained in:
parent
8a13ef15cb
commit
a3ceb71685
1 changed files with 22 additions and 1 deletions
23
README.md
23
README.md
|
@ -1 +1,22 @@
|
|||
Mobile config for firefox
|
||||
# Mobile config for firefox-esr
|
||||
|
||||
|
||||
## Manual Usage
|
||||
|
||||
* uninstall mobile-config: ''' sudo apk del mobile-config-firefox '''
|
||||
|
||||
* cd into ''' cd ~/.mozilla/firefox/* '''
|
||||
|
||||
* check if there is a folder called like ''' *.default ''' or ''' *.default-release ''' and cd into it. its better to check which is the standard profile and just delete the other folder.
|
||||
|
||||
|
||||
* create a user.js file:
|
||||
|
||||
'''echo "user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
" > user.js'''
|
||||
|
||||
|
||||
WIP
|
||||
|
||||
|
||||
## Deploy Script Usage
|
Loading…
Reference in a new issue