docs: finalize installation guide

This commit is contained in:
hieu-jan 2024-01-23 00:33:18 +09:00
parent 0f8deddcdf
commit cef149a11b
3 changed files with 6 additions and 5 deletions

View File

@ -12,12 +12,13 @@ keywords:
conversational AI, conversational AI,
no-subscription fee, no-subscription fee,
large language model, large language model,
installation guide,
] ]
--- ---
# Installing Jan on MacOS # Installing Jan on MacOS
## Requirements ## System Requirements
Ensure that your MacOS version is 13 or higher to run Jan. Ensure that your MacOS version is 13 or higher to run Jan.

View File

@ -12,6 +12,7 @@ keywords:
conversational AI, conversational AI,
no-subscription fee, no-subscription fee,
large language model, large language model,
installation guide,
] ]
--- ---

View File

@ -12,12 +12,13 @@ keywords:
conversational AI, conversational AI,
no-subscription fee, no-subscription fee,
large language model, large language model,
installation guide,
] ]
--- ---
# Installing Jan on Linux # Installing Jan on Linux
## Requirements ## System Requirements
Ensure that your system meets the following requirements: Ensure that your system meets the following requirements:
@ -79,8 +80,6 @@ jan-linux-amd64-{version}.deb
jan-linux-x86_64-{version}.AppImage jan-linux-x86_64-{version}.AppImage
``` ```
````
## Uninstall Jan ## Uninstall Jan
To uninstall Jan on Linux, you should use your package manager's uninstall or remove option. For Debian/Ubuntu-based distributions, if you installed Jan via the `.deb` package, you can uninstall Jan using the following command: To uninstall Jan on Linux, you should use your package manager's uninstall or remove option. For Debian/Ubuntu-based distributions, if you installed Jan via the `.deb` package, you can uninstall Jan using the following command:
@ -88,7 +87,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.