Skip to content

Commit

Permalink
docs: Update broken-build.mdx (#2385)
Browse files Browse the repository at this point in the history
docs: Update broken-build.mdx
  • Loading branch information
0xHieu01 authored Mar 15, 2024
2 parents 9229773 + 86f8004 commit a6b483c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/guides/common-error/broken-build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ This guide provides you steps to troubleshoot and to resolve the issue where you

```sh
# You can delete the `/Jan` directory in Windows's AppData Directory by visiting the following path `%APPDATA%\Jan`
cd C:\Users\%USERNAME%\AppData\Roaming
rmdir /S jan
cd C:\Users\YOUR_USERNAME\AppData\Roaming
rm -r ./Jan
```

### 3. Additional Step for Versions Before 0.4.2
Expand Down Expand Up @@ -156,4 +156,4 @@ By following these steps, you can cleanly uninstall and reinstall Jan, ensuring

Before reinstalling Jan, ensure it's completely removed from all shared spaces if it's installed on multiple user accounts on your device.

:::
:::

0 comments on commit a6b483c

Please sign in to comment.