From c93ff32105388f1d67a1529c229ca17a91fee235 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Sat, 30 Apr 2022 03:11:21 +0100 Subject: [PATCH] Fix --- support/troubleshooting.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/support/troubleshooting.md b/support/troubleshooting.md index 57b5c43..13f3e4a 100644 --- a/support/troubleshooting.md +++ b/support/troubleshooting.md @@ -5,10 +5,6 @@ description: Some useful steps to resolving your issues. Troubleshooting can be done in a series of ways. Below is a list of the current methods you can troubleshoot issues with the application. ## 1: **Clean Installation** - -
-Steps to Perform for a Clean Installation - * A clean installation can be done by doing the following guide associated with your operating system: {% hint style="warning" %} @@ -20,9 +16,9 @@ Note: This will remove your current login state and unsynced data (Settings, Fol 1. Uninstall the `Cider` application using the control panel. 2. Delete the following folders: -* `%appdata%/Cider` (*If its present*) -* `%LOCALAPPDATA%\Programs\cider` (*If its present*) -* `%LOCALAPPDATA%\cider-updater` (*If its present*) + * `%appdata%/Cider` (*If its present*) + * `%LOCALAPPDATA%\Programs\cider` (*If its present*) + * `%LOCALAPPDATA%\cider-updater` (*If its present*) 3. Reinstall `Cider`.
@@ -40,6 +36,4 @@ Note: This will remove your current login state and unsynced data (Settings, Fol 1. Delete the `Cider.app` file from your Applications folder. 2. Delete the `Library/Application Support/Cider` folder. (*If its present*) 3. Reinstall `Cider` - - \ No newline at end of file