From ed5588375a1fdbad9097df9eb5958d469c9eb221 Mon Sep 17 00:00:00 2001
From: petems
Date: Fri, 8 Mar 2013 00:01:30 +0000
Subject: [PATCH] Added 'nuke' instructions.
---
docs/faq.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/faq.md b/docs/faq.md
index 0fbe2cf..685103c 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -4,4 +4,8 @@ Below you can find common questions and answers.
### Q: How do you uninstall an application and get it to reinstall in the application folder with boxen?
-When removing applications make sure to remove the corresponding `/var/db/.puppet_appdmg_installed_application` so that boxen will reinstall it.
\ No newline at end of file
+When removing applications make sure to remove the corresponding `/var/db/.puppet_appdmg_installed_application` so that boxen will reinstall it.
+
+### Q: How do you remove Boxen?
+
+Run `script/nuke` from inside the `/opt/boxen/repo` directory.