Skip to content

Commit

Permalink
Merge pull request #318 from cynotek/master
Browse files Browse the repository at this point in the history
Fix (intentional?) directory name, add mozilla.cfg bug fix
  • Loading branch information
pyllyukko committed Jun 20, 2017
2 parents 728aeb9 + e8d3cc9 commit f1486ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,14 @@ This file should be located at:

| OS | Path |
| ------- | ------------------------------------------------------------ |
| Windows | `C:\Program Files (x86)\Mozilla Firefox\default\pref\` |
| Windows | `C:\Program Files (x86)\Mozilla Firefox\defaults\pref\` |
| OS X | `/Applications/Firefox.app/Contents/Resources/defaults/pref` |

If mozilla.cfg still fails to load, you must add a blank comment to the top of mozilla.cfg like so:
```
//
```

### Updating using git

For any of the above methods, you can keep your browser's `user.js` with the latest version available here: Clone the repository, and create a symbolic link from the appropriate location to the `user.js` file in the repository. Just run `git pull` in the repository when you want to update, then restart Firefox:
Expand Down

0 comments on commit f1486ff

Please sign in to comment.