Updated 3.4 Apply & Update & Maintain (markdown)

Thorin-Oakenpants 2022-01-31 02:45:09 +00:00
parent 692c5aae21
commit a479ec48f5

@ -1,26 +1,23 @@
🟩 Previous: [Overrides [To RFP or Not]](https://github.com/arkenfox/user.js/wiki/3.3-Overrides-[To-RFP-or-Not])
🟥 Summary: **It's so simple, we do not need one, even for a peacock**.
---
#### 🟪 APPLY
If you are not using a new profile, we recommend running our [cleanup script](https://github.com/arkenfox/user.js/blob/master/scratchpad-scripts/arkenfox-cleanup.js), the instructions are in the file.
🔹 Put all the relevant files into the root folder of your profile <sup>[1]</sup>
- 🔹 Put all the relevant files into the root folder of your profile <sup>[1]</sup>
- `prefsCleaner`
- `updater`
- `user.js`
- `user-overrides.js` (which you created)
Continue with the UPDATE part below.
- 🔹 Continue with the UPDATE part below
[1] To find your profile, open `about:support` and look for `Profile Folder` under `Application Basics`.
#### 🟪 UPDATE
- 🔹 run the updater
- 🔹 Run the updater
- so the contents of your `user-overrides.js` is appended to the `user.js`
- 🔹 ALWAYS run prefsCleaner
- make sure Firefox is closed
@ -29,9 +26,12 @@ Continue with the UPDATE part below.
#### 🟪 MAINTAIN
Arkenfox changes to the live master happen once per release: all changes are done in a separate branch and only merged when finished. There is no guarantee when it is done - hopefully within a week of the Firefox release. Nothing of consequence changes these days that will affect you in that time delay.
Each release <sup>1</sup>
- 🔹 Check for the latest [changelog](https://github.com/arkenfox/user.js/issues?utf8=✓&q=is%3Aissue+label%3Achangelog)
- 🔹 Run the updater
- 🔹 Run prefsCleaner
So ... once a release ... check for the latest [changelog](https://github.com/arkenfox/user.js/issues?utf8=✓&q=is%3Aissue+label%3Achangelog), run the updater, and run prefsCleaner (with Firefox closed).
<sup>1</sup> Arkenfox changes to the live master happen once per release: all changes are done in a separate branch and only merged when finished. There is no guarantee when it is done - hopefully within a week of the Firefox release. Nothing of consequence changes these days that will affect you in that time delay.
---