README.md
1 # dalek 2 3 **EXTERMINATEs** core packages installed in `~/.atom/packages`. 4 5 ## Why worry? 6 7 When people install core Atom packages as if they are community packages, it can cause many problems that are very hard to diagnose. This package is intended to notify people when they are in this precarious position so they can take corrective action. 8 9 ## I got a warning, what do I do? 10 11 1. Note down the packages named in the notification 12 1. Exit Atom 13 1. Open a command prompt 14 1. For each package named in the notification, execute `apm uninstall [package-name]` 15 1. Start Atom again normally to verify that the warning notification no longer appears 16 17 ## I have more questions. Where can I ask them? 18 19 Please feel free to ask on [the official Atom message board](https://discuss.atom.io/c/support).