Add note about the cleanPrefsAndData script.
This commit is contained in:
parent
8b4db10606
commit
9618969bc9
|
@ -6,6 +6,10 @@ Here’s how to start over with untouched preferences and default feeds:
|
|||
|
||||
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`
|
||||
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` and then `killall cfprefsd`
|
||||
|
||||
Launch Evergreen. You should have the default feeds, and all preferences should be reset to their default settings.
|
||||
|
||||
#### Alternate version
|
||||
|
||||
Run the [cleanPrefsAndData](./cleanPrefsAndData) script instead of doing the above manually.
|
||||
|
|
Loading…
Reference in New Issue