docs: correct content on quickstart & installation
This commit is contained in:
parent
0dbccbd7ef
commit
b7248bcf62
@ -5,7 +5,7 @@ hide_table_of_contents: true
|
|||||||
|
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
import installImageURL from '../../static/img/homepage-new/jan-ai-download.png';
|
import installImageURL from './assets/jan-ai-download.png';
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
@ -34,44 +34,12 @@ Ensure that your MacOS version is 13 or higher to run Jan.
|
|||||||
|
|
||||||
To enable the experimental mode, go to **Settings** > **Advanced Settings** and toggle the **Experimental Mode**
|
To enable the experimental mode, go to **Settings** > **Advanced Settings** and toggle the **Experimental Mode**
|
||||||
|
|
||||||
### Uninstall for Troubleshooting
|
:::warning
|
||||||
|
|
||||||
:::note
|
If you are stuck in a broken build, go to the [Broken Build](/docs/common-error/broken-build) section of Common Errors.
|
||||||
|
|
||||||
If you are stuck in a broken build, try to uninstall Jan by following the steps below.
|
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
To uninstall:
|
|
||||||
|
|
||||||
1. Delete Jan from your `/Applications` folder.
|
|
||||||
2. Delete Application data.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
# Newer versions
|
|
||||||
rm -rf ~/Library/Application\ Support/jan
|
|
||||||
|
|
||||||
# Versions 0.2.0 and older
|
|
||||||
rm -rf ~/Library/Application\ Support/jan-electron
|
|
||||||
```
|
|
||||||
|
|
||||||
3. Clear Application cache.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
rm -rf ~/Library/Caches/jan*
|
|
||||||
```
|
|
||||||
4. Use the following commands to remove any dangling backend processes:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
ps aux | grep nitro
|
|
||||||
```
|
|
||||||
|
|
||||||
Look for processes like "nitro" and "nitro_arm_64", and kill them one by one with:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
kill -9 <PID>
|
|
||||||
```
|
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value = "windows" label = "Windows">
|
<TabItem value = "windows" label = "Windows">
|
||||||
|
|
||||||
@ -111,23 +79,12 @@ To enable GPU support, you will need:
|
|||||||
C:\Users\{username}\AppData\Local\Programs\Jan
|
C:\Users\{username}\AppData\Local\Programs\Jan
|
||||||
```
|
```
|
||||||
|
|
||||||
### Uninstall for Troubleshooting
|
:::warning
|
||||||
|
|
||||||
:::note
|
If you are stuck in a broken build, go to the [Broken Build](/docs/common-error/broken-build) section of Common Errors.
|
||||||
|
|
||||||
If you are stuck in a broken build, try to uninstall Jan by following the steps below.
|
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
To uninstall Jan on Windows, uninstall it via [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).
|
|
||||||
|
|
||||||
```sh
|
|
||||||
cd C:\Users\%USERNAME%\AppData\Roaming
|
|
||||||
rmdir /S jan
|
|
||||||
```
|
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value = "linux" label = "Linux">
|
<TabItem value = "linux" label = "Linux">
|
||||||
|
|
||||||
@ -191,47 +148,10 @@ To enable GPU support, you will need:
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
### Uninstall for Troubleshooting
|
:::warning
|
||||||
|
|
||||||
:::note
|
If you are stuck in a broken build, go to the [Broken Build](/docs/common-error/broken-build) section of Common Errors.
|
||||||
|
|
||||||
If you are stuck in a broken build, try to uninstall Jan by following the steps below.
|
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
<Tabs groupId="linux_type">
|
|
||||||
<TabItem value="linux_main" label="Linux">
|
|
||||||
|
|
||||||
To uninstall Jan, you should use your package manager's uninstall or remove option.
|
|
||||||
|
|
||||||
This will return your system to its state before the installation of Jan.
|
|
||||||
|
|
||||||
This method can also reset all settings if you are experiencing any issues with Jan.
|
|
||||||
|
|
||||||
</TabItem>
|
|
||||||
<TabItem value="deb_ub" label="Debian / Ubuntu">
|
|
||||||
|
|
||||||
To uninstall Jan, run the following command.MDXContent
|
|
||||||
|
|
||||||
```sh
|
|
||||||
sudo apt-get remove jan
|
|
||||||
# where jan is the name of Jan package
|
|
||||||
```
|
|
||||||
|
|
||||||
This will return your system to its state before the installation of Jan.
|
|
||||||
|
|
||||||
This method can also be used to reset all settings if you are experiencing any issues with Jan.
|
|
||||||
|
|
||||||
</TabItem>
|
|
||||||
<TabItem value="other" label="Others">
|
|
||||||
|
|
||||||
To uninstall Jan, you can uninstall Jan by deleting the `.AppImage` file.
|
|
||||||
|
|
||||||
If you wish to completely remove all user data associated with Jan after uninstallation, you can delete the user data at `~/jan`.
|
|
||||||
|
|
||||||
This method can also reset all settings if you are experiencing any issues with Jan.
|
|
||||||
|
|
||||||
</TabItem>
|
|
||||||
</Tabs>
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
@ -3,7 +3,7 @@ sidebar_position: 1
|
|||||||
hide_table_of_contents: true
|
hide_table_of_contents: true
|
||||||
---
|
---
|
||||||
|
|
||||||
import installImageURL from '../../static/img/homepage-new/jan-ai-quickstart.png';
|
import installImageURL from './assets/jan-ai-quickstart.png';
|
||||||
|
|
||||||
# Quickstart
|
# Quickstart
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user