docs: standardize commands
This commit is contained in:
parent
026ded531b
commit
698510b16c
@ -58,16 +58,16 @@ To reset your installation
|
||||
|
||||
```bash
|
||||
# Newer versions
|
||||
rm -rf /Users/$(whoami)/Library/Application\ Support/jan
|
||||
rm -rf ~/Library/Application\ Support/jan
|
||||
|
||||
# Versions 0.2.0 and older
|
||||
rm -rf /Users/$(whoami)/Library/Application\ Support/jan-electron
|
||||
rm -rf ~/Library/Application\ Support/jan-electron
|
||||
```
|
||||
|
||||
3. Clear Application cache
|
||||
|
||||
```bash
|
||||
rm -rf /Users/$(whoami)/Library/Caches/jan*
|
||||
rm -rf ~/Library/Caches/jan*
|
||||
```
|
||||
|
||||
4. Use the following commands to remove any dangling backend processes:
|
||||
|
||||
@ -49,4 +49,4 @@ sudo apt-get remove jan
|
||||
# where jan is the name of Jan package
|
||||
```
|
||||
|
||||
In case you wish to completely remove all user data associated with Jan after uninstallation, you can delete the user data folders located at `$HOME/.config/Jan` and ~/.jan. This will return your system to its state prior to the installation of Jan. This method can also be used to reset all settings if you are experiencing any issues with Jan.
|
||||
In case you wish to completely remove all user data associated with Jan after uninstallation, you can delete the user data folders located at ~/jan. This will return your system to its state prior to the installation of Jan. This method can also be used to reset all settings if you are experiencing any issues with Jan.
|
||||
|
||||
@ -53,15 +53,15 @@ The following steps will help you troubleshoot and resolve issues related to bro
|
||||
```bash
|
||||
# Step 1: Delete the application data
|
||||
## Newer versions
|
||||
rm -rf /Users/$(whoami)/Library/Application\ Support/jan
|
||||
rm -rf ~/Library/Application\ Support/jan
|
||||
## Versions 0.2.0 and older
|
||||
rm -rf /Users/$(whoami)/Library/Application\ Support/jan-electron
|
||||
rm -rf ~/Library/Application\ Support/jan-electron
|
||||
|
||||
# Step 2: Clear application cache
|
||||
rm -rf /Users/$(whoami)/Library/Caches/jan*
|
||||
rm -rf ~/Library/Caches/jan*
|
||||
|
||||
# Step 3: Remove all user data
|
||||
rm -rf ./jan
|
||||
rm -rf ~/jan
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
@ -77,9 +77,8 @@ The following steps will help you troubleshoot and resolve issues related to bro
|
||||
<TabItem value="linux" label="Linux">
|
||||
|
||||
```bash
|
||||
# You can delete the user data folders located at the following `$HOME/.config/jan` and `~/.jan`
|
||||
rm -r $HOME/.config/jan
|
||||
rm -r ~/.jan
|
||||
# You can delete the user data folders located at the following `~/jan`
|
||||
rm -rf ~/jan
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user