From 50f5df517b0e4fa84f9f77a3dc4ee09284ffd74f Mon Sep 17 00:00:00 2001 From: AlbydS <119180144+AlbydST@users.noreply.github.com> Date: Tue, 27 Feb 2024 23:49:18 +0100 Subject: [PATCH] Replace Bard with Gemini in README and enhance Linux installation instructions (#711) * Replace Bard with Gemini and enhance Linux installation instructions * Add Arch Linux-based distro installation instructions * Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed2dfbe9a9..f443ef4dd1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Typical users of ChatALL are: | [ChatGPT](https://chat.openai.com) | Yes | Yes | Web Browsing, Azure OpenAI service included | | [Bing Chat](https://www.bing.com/new) | Yes | No API | | | [Baidu ERNIE](https://yiyan.baidu.com/) | No | Yes | | -| [Bard](https://bard.google.com/) | Yes | Coming soon | | +| [Gemini](https://gemini.google.com/) | Yes | Coming soon | | | [Poe](https://poe.com/) | Yes | Coming soon | | | [MOSS](https://moss.fastnlp.top/) | Yes | No API | | | [Tongyi Qianwen](http://tongyi.aliyun.com/) | Yes | Coming soon | | @@ -119,7 +119,9 @@ brew install --cask chatall ### On Linux -Download the .AppImage file, make it executable, and enjoy the click-to-run experience. +Debian-based Distributions: Download the .deb file, double click it and install the software. +Arch-based Distributions: You can clone ChatALL from the AUR [here](https://aur.archlinux.org/packages/chatall-bin). You can install it manually or using an AUR helper like yay or paru. +Other Distributions: Download the .AppImage file, make it executable, and enjoy the click-to-run experience. You can also use [AppimageLauncher](https://github.com/TheAssassin/AppImageLauncher). ## Troubleshooting