From 34dcce691126397c2eaa6ed279f69b7ac63c9af4 Mon Sep 17 00:00:00 2001 From: Jon Perl Date: Thu, 7 Mar 2013 16:21:36 -0500 Subject: [PATCH] initial faq --- README.md | 2 ++ docs/faq.md | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 docs/faq.md diff --git a/README.md b/README.md index 7559015..69d374e 100644 --- a/README.md +++ b/README.md @@ -253,4 +253,6 @@ It'll just be listed under the boxen org so folks can find it more easily. ## Halp! +See [FAQ](https://github.com/boxen/our-boxen/blob/master/docs/faq.md). + Use Issues or #boxen on irc.freenode.net. diff --git a/docs/faq.md b/docs/faq.md new file mode 100644 index 0000000..0fbe2cf --- /dev/null +++ b/docs/faq.md @@ -0,0 +1,7 @@ +# FAQ + +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