diff --git a/FAQs.md b/FAQs.md index c5e8eb2..3fe47f2 100644 --- a/FAQs.md +++ b/FAQs.md @@ -291,8 +291,9 @@ For more information on optimizing 802.11n, refer to this [resource](https://www Generally speaking, the 5 GHz band has substantially greater capacity due to more non-overlapping radio channels and less radio interference as compared to the 2.4 GHz band. ### How do I remove RaspAP? -We have provided an uninstall script to remove RaspAP cleanly, and also restore any backups of your configuration that were created when RaspAP was installed. The uninstall script is located in `installers/uninstall.sh`. To start the uninstaller, simply run the following from the project root folder (usually `/var/www/html`): +We have provided an uninstall script to remove RaspAP cleanly, and also restore any backups of your configuration that were created before RaspAP was installed. The uninstall script is located in `installers/uninstall.sh`. To start the uninstaller, simply run the following from the project root folder (default location is `/var/www/html`): ``` +cd /var/www/html sudo installers/uninstall.sh ```