Commit 123432b852d225cf654a1050326283e8a2104c88
Merge pull request #150 from petems/add_nuke_instructions
Added 'nuke' instructions.
Showing 1 changed file 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. |