From b3e24d7f51bc57723612014d83a3e0c87201e5a2 Mon Sep 17 00:00:00 2001 From: Nicole Zhu <69952136+0xSage@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:47:30 -0700 Subject: [PATCH] Update broken-build.mdx --- docs/docs/guides/common-error/broken-build.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/guides/common-error/broken-build.mdx b/docs/docs/guides/common-error/broken-build.mdx index 0e41d0b4d..2b3e7a128 100644 --- a/docs/docs/guides/common-error/broken-build.mdx +++ b/docs/docs/guides/common-error/broken-build.mdx @@ -67,7 +67,11 @@ This guide provides you steps to troubleshoot and to resolve the issue where you ### 2. Delete Application Data, Cache, and User Data ```sh - # You can delete the `/Jan` directory in Windows's AppData Directory by visiting the following path `%APPDATA%\Jan` + # Delete your own user data + cd ~ # Or where you moved the Jan Data Folder to + rm -r ./jan + + # Delete Application Cache cd C:\Users\YOUR_USERNAME\AppData\Roaming rm -r ./Jan ```