docs: add requirements to installation guides
This commit is contained in:
parent
f8c1f91b73
commit
0f8deddcdf
@ -17,6 +17,10 @@ keywords:
|
|||||||
|
|
||||||
# Installing Jan on MacOS
|
# Installing Jan on MacOS
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Ensure that your MacOS version is 13 or higher to run Jan.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Jan is available for download via our homepage, [https://jan.ai/](https://jan.ai/).
|
Jan is available for download via our homepage, [https://jan.ai/](https://jan.ai/).
|
||||||
|
|||||||
@ -17,6 +17,17 @@ keywords:
|
|||||||
|
|
||||||
# Installing Jan on Windows
|
# Installing Jan on Windows
|
||||||
|
|
||||||
|
## System Requirements
|
||||||
|
|
||||||
|
Ensure that your system meets the following requirements:
|
||||||
|
|
||||||
|
- Windows 10 or higher is required to run Jan.
|
||||||
|
|
||||||
|
To enable GPU support, you will need:
|
||||||
|
|
||||||
|
- NVIDIA GPU with CUDA Toolkit 11.7 or higher
|
||||||
|
- NVIDIA driver 470.63.01 or higher
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Jan is available for download via our homepage, [https://jan.ai](https://jan.ai/).
|
Jan is available for download via our homepage, [https://jan.ai](https://jan.ai/).
|
||||||
@ -59,13 +70,3 @@ To remove all user data associated with Jan, you can delete the `/jan` directory
|
|||||||
cd C:\Users\%USERNAME%\AppData\Roaming
|
cd C:\Users\%USERNAME%\AppData\Roaming
|
||||||
rmdir /S jan
|
rmdir /S jan
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
|
||||||
|
|
||||||
### Microsoft Defender
|
|
||||||
|
|
||||||
**Error: "Microsoft Defender SmartScreen prevented an unrecognized app from starting"**
|
|
||||||
|
|
||||||
Windows Defender may display the above warning when running the Jan Installer, as a standard security measure.
|
|
||||||
|
|
||||||
To proceed, select the "More info" option and select the "Run Anyway" option to continue with the installation.
|
|
||||||
|
|||||||
@ -17,6 +17,18 @@ keywords:
|
|||||||
|
|
||||||
# Installing Jan on Linux
|
# Installing Jan on Linux
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Ensure that your system meets the following requirements:
|
||||||
|
|
||||||
|
- glibc 2.27 or higher (check with `ldd --version`)
|
||||||
|
- gcc 11, g++ 11, cpp 11, or higher, refer to this [link](https://jan.ai/guides/troubleshooting/gpu-not-used/#specific-requirements-for-linux) for more information.
|
||||||
|
|
||||||
|
To enable GPU support, you will need:
|
||||||
|
|
||||||
|
- NVIDIA GPU with CUDA Toolkit 11.7 or higher
|
||||||
|
- NVIDIA driver 470.63.01 or higher
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Jan is available for download via our homepage, [https://jan.ai](https://jan.ai/).
|
Jan is available for download via our homepage, [https://jan.ai](https://jan.ai/).
|
||||||
@ -66,7 +78,8 @@ jan-linux-amd64-{version}.deb
|
|||||||
# AppImage
|
# AppImage
|
||||||
jan-linux-x86_64-{version}.AppImage
|
jan-linux-x86_64-{version}.AppImage
|
||||||
```
|
```
|
||||||
```
|
|
||||||
|
````
|
||||||
|
|
||||||
## Uninstall Jan
|
## Uninstall Jan
|
||||||
|
|
||||||
@ -75,7 +88,7 @@ To uninstall Jan on Linux, you should use your package manager's uninstall or re
|
|||||||
```bash
|
```bash
|
||||||
sudo apt-get remove jan
|
sudo apt-get remove jan
|
||||||
# where jan is the name of Jan package
|
# where jan is the name of Jan package
|
||||||
```
|
````
|
||||||
|
|
||||||
For other Linux distributions, if you installed Jan via the `.AppImage` file, you can uninstall Jan by deleting the `.AppImage` file.
|
For other Linux distributions, if you installed Jan via the `.AppImage` file, you can uninstall Jan by deleting the `.AppImage` file.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user