docs: fix typo in installation guide

This commit is contained in:
Ho Duc Hieu 2023-12-22 23:08:29 +09:00
parent 75064e7ef4
commit 251a77447f
3 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ rm -rf ~/Library/Caches/jan*
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
kill -9 <PID>

View File

@ -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 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
# Jan's User Data directory
cd C:\Users\%USERNAME%\AppData\Roaming
rmdir /S Jan
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
rmdir /S Jan
rmdir /S jan
```
</TabItem>