NetNewsWire/Technotes/RestoreToFactory.md

16 lines
696 B
Markdown
Raw Normal View History

# How to Restore to Factory Settings
Heres how to start over with untouched preferences and default feeds:
1. Quit Evergreen if its running.
2017-12-10 20:36:04 +01:00
2. Delete the application support folder. On the command line, do: `rm -rf ~/Library/Application\ Support/Evergreen/`
3. Delete the preferences. Just deleting the file wont do the trick — its necessary to use the command line. Do: `defaults delete com.ranchero.Evergreen` and then `killall cfprefsd`
Launch Evergreen. You should have the default feeds, and all preferences should be reset to their default settings.
#### Alternate version
2017-12-20 02:33:15 +01:00
Run the [cleanPrefsAndData](../cleanPrefsAndData) script instead of doing the above manually.