Skip to content

Commit

Permalink
docs: standardize commands
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHieu01 committed Dec 22, 2023
1 parent 698510b commit 75064e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/docs/guides/02-installation/02-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ To remove all user data associated with Jan, you can delete the `/Jan` directory

```shell
# Jan's User Data directory
%AppData%\Jan
cd C:\Users\%USERNAME%\AppData\Roaming
rmdir /S Jan
```

## Troubleshooting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The following steps will help you troubleshoot and resolve issues related to bro
```bash
# You can delete the `/Jan` directory in Windows's AppData Directory by visiting the following path `%APPDATA%\Jan`
cd C:\Users\%USERNAME%\AppData\Roaming
rm -rf ./Jan
rmdir /S Jan
```

</TabItem>
Expand Down

0 comments on commit 75064e7

Please sign in to comment.