docs: Update broken-build.mdx (#2406)

docs: Update broken-build.mdx
This commit is contained in:
Henry 2024-03-18 09:27:50 +09:00 committed by GitHub
commit 7d3b2ab333
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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