diff --git a/docs/docs/quickstart/install.mdx b/docs/docs/quickstart/install.mdx index c0ec82d87..53c0a7a1c 100644 --- a/docs/docs/quickstart/install.mdx +++ b/docs/docs/quickstart/install.mdx @@ -5,12 +5,12 @@ hide_table_of_contents: true import Tabs from '@theme/Tabs'; 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 - + :::warning @@ -34,46 +34,14 @@ 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** - ### Uninstall for Troubleshooting +:::warning -:::note - -If you are stuck in a broken build, try to uninstall Jan by following the steps below. +If you are stuck in a broken build, go to the [Broken Build](/docs/common-error/broken-build) section of Common Errors. ::: - 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 - ``` - - + :::warning @@ -111,25 +79,14 @@ To enable GPU support, you will need: C:\Users\{username}\AppData\Local\Programs\Jan ``` - ### Uninstall​ for Troubleshooting +:::warning -:::note - -If you are stuck in a broken build, try to uninstall Jan by following the steps below. +If you are stuck in a broken build, go to the [Broken Build](/docs/common-error/broken-build) section of Common Errors. ::: - 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 - ``` - - + :::warning Ensure that your system meets the following requirements: @@ -157,13 +114,13 @@ To enable GPU support, you will need: To enable the experimental mode, go to **Settings** > **Advanced Settings** and toggle the **Experimental Mode** - - + + To install Jan, you should use your package manager's install or `dpkg`. - + To install Jan, run the following command: @@ -177,7 +134,7 @@ To enable GPU support, you will need: ``` - + To install Jan, run the following commands: @@ -191,47 +148,10 @@ To enable GPU support, you will need: - ### Uninstall​ for Troubleshooting +:::warning -:::note - -If you are stuck in a broken build, try to uninstall Jan by following the steps below. +If you are stuck in a broken build, go to the [Broken Build](/docs/common-error/broken-build) section of Common Errors. ::: - - - - - 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. - - - - - 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. - - - - - 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. - - - \ No newline at end of file diff --git a/docs/docs/quickstart/quickstart.mdx b/docs/docs/quickstart/quickstart.mdx index 22f5657c7..2a5985a05 100644 --- a/docs/docs/quickstart/quickstart.mdx +++ b/docs/docs/quickstart/quickstart.mdx @@ -3,7 +3,7 @@ sidebar_position: 1 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