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 ```