diff --git a/Technotes/README.md b/Technotes/README.md index a313051a7..9d820511c 100644 --- a/Technotes/README.md +++ b/Technotes/README.md @@ -1,3 +1,9 @@ # TechNotes +## How To + +[How to Restore to Factory Settings](RestoreToFactory.md) + +## Notes + [Hidden Preferences](HiddenPrefs.md) diff --git a/Technotes/RestoreToFactory.md b/Technotes/RestoreToFactory.md new file mode 100644 index 000000000..a584fa828 --- /dev/null +++ b/Technotes/RestoreToFactory.md @@ -0,0 +1,11 @@ +# How to Restore to Factory Settings + +Here’s how to start over with untouched preferences and default feeds: + +1. Quit Evergreen if it’s 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 won’t do the trick — it’s 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.