Commit ed5588375a1fdbad9097df9eb5958d469c9eb221
1 parent
0218b35b20
Added 'nuke' instructions.
Showing 1 changed file with 5 additions and 1 deletions Side-by-side Diff
docs/faq.md
... | ... | @@ -5,4 +5,8 @@ |
5 | 5 | ### Q: How do you uninstall an application and get it to reinstall in the application folder with boxen? |
6 | 6 | |
7 | 7 | When removing applications make sure to remove the corresponding `/var/db/.puppet_appdmg_installed_application` so that boxen will reinstall it. |
8 | + | |
9 | +### Q: How do you remove Boxen? | |
10 | + | |
11 | +Run `script/nuke` from inside the `/opt/boxen/repo` directory. |