docs: fix typo in installation guide
This commit is contained in:
parent
75064e7ef4
commit
251a77447f
@ -76,7 +76,7 @@ rm -rf ~/Library/Caches/jan*
|
|||||||
ps aux | grep nitro
|
ps aux | grep nitro
|
||||||
```
|
```
|
||||||
|
|
||||||
Look for processes like "nitro" and "nitro_arm_64," and kill them one by one with:
|
Look for processes like "nitro" and "nitro_arm_64", and kill them one by one with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kill -9 <PID>
|
kill -9 <PID>
|
||||||
|
|||||||
@ -53,12 +53,12 @@ C:\Users\{username}\AppData\Local\Programs\Jan
|
|||||||
|
|
||||||
To uninstall Jan in Windows, use the [Windows Control Panel](https://support.microsoft.com/en-us/windows/uninstall-or-remove-apps-and-programs-in-windows-4b55f974-2cc6-2d2b-d092-5905080eaf98).
|
To uninstall Jan in Windows, use the [Windows Control Panel](https://support.microsoft.com/en-us/windows/uninstall-or-remove-apps-and-programs-in-windows-4b55f974-2cc6-2d2b-d092-5905080eaf98).
|
||||||
|
|
||||||
To remove all user data associated with Jan, you can delete the `/Jan` directory in Windows' [AppData directory](https://superuser.com/questions/632891/what-is-appdata).
|
To remove all user data associated with Jan, you can delete the `/jan` directory in Windows' [AppData directory](https://superuser.com/questions/632891/what-is-appdata).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Jan's User Data directory
|
# Jan's User Data directory
|
||||||
cd C:\Users\%USERNAME%\AppData\Roaming
|
cd C:\Users\%USERNAME%\AppData\Roaming
|
||||||
rmdir /S Jan
|
rmdir /S jan
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|||||||
@ -70,7 +70,7 @@ The following steps will help you troubleshoot and resolve issues related to bro
|
|||||||
```bash
|
```bash
|
||||||
# You can delete the `/Jan` directory in Windows's AppData Directory by visiting the following path `%APPDATA%\Jan`
|
# You can delete the `/Jan` directory in Windows's AppData Directory by visiting the following path `%APPDATA%\Jan`
|
||||||
cd C:\Users\%USERNAME%\AppData\Roaming
|
cd C:\Users\%USERNAME%\AppData\Roaming
|
||||||
rmdir /S Jan
|
rmdir /S jan
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user