docs: standardize commands
This commit is contained in:
parent
698510b16c
commit
75064e7ef4
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user