docs: standardize commands

This commit is contained in:
Ho Duc Hieu 2023-12-22 23:02:51 +09:00
parent 698510b16c
commit 75064e7ef4
2 changed files with 3 additions and 2 deletions

View File

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

View File

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