Skip to content

Commit

Permalink
Update broken-build.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
freelerobot authored Mar 17, 2024
1 parent 6c81d83 commit b3e24d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/guides/common-error/broken-build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit b3e24d7

Please sign in to comment.