Update broken-build.mdx

This commit is contained in:
Nicole Zhu 2024-03-17 14:47:30 -07:00 committed by GitHub
parent 6c81d83d30
commit b3e24d7f51
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 ### 2. Delete Application Data, Cache, and User Data
```sh ```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 cd C:\Users\YOUR_USERNAME\AppData\Roaming
rm -r ./Jan rm -r ./Jan
``` ```