Add howto on restoring to factory settings.

This commit is contained in:
Brent Simmons 2017-12-10 11:28:23 -08:00
parent cc918daf37
commit 8affe17238
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# TechNotes
## How To
[How to Restore to Factory Settings](RestoreToFactory.md)
## Notes
[Hidden Preferences](HiddenPrefs.md)

View File

@ -0,0 +1,11 @@
# How to Restore to Factory Settings
Heres how to start over with untouched preferences and default feeds:
1. Quit Evergreen if its running.
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`
Launch Evergreen. You should have the default feeds, and all preferences should be reset to their default settings.