From f9745091f56ee235e1ae42ea80162abfe82df3fd Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 27 Dec 2023 11:04:26 +0200 Subject: [PATCH 1/3] Update readme.md --- .github/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/readme.md b/.github/readme.md index 5ac31ed28..8727cb69c 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -85,7 +85,7 @@ SillyTavern has extensibility support, with some additional AI modules hosted vi * Stable Diffusion image generation (5 chat-related presets plus 'free mode') * Text-to-speech for AI response messages (via ElevenLabs, Silero, or the OS's System TTS) -A full list of included extensions and tutorials on how to use them can be found in the [Docs](https://docs.sillytavern.app/extras/extensions/). +A full list of included extensions and tutorials on how to use them can be found in the [Docs](https://docs.sillytavern.app/). ## UI/CSS/Quality of Life tweaks by RossAscends From 6508a2d92474017aa21f5ac363effd5566995523 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 27 Dec 2023 11:04:59 +0200 Subject: [PATCH 2/3] Update readme-zh_cn.md --- .github/readme-zh_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/readme-zh_cn.md b/.github/readme-zh_cn.md index efb77c517..18802cc93 100644 --- a/.github/readme-zh_cn.md +++ b/.github/readme-zh_cn.md @@ -82,7 +82,7 @@ SillyTavern 支持扩展服务,一些额外的人工智能模块可通过 [Sil * 文本图像生成(5 预设,以及 "自由模式") * 聊天信息的文字转语音(通过 ElevenLabs、Silero 或操作系统的语音生成) -扩展服务的完整功能介绍和使用教程,请参阅 [Docs](https://docs.sillytavern.app/extras/extensions/)。 +扩展服务的完整功能介绍和使用教程,请参阅 [Docs](https://docs.sillytavern.app/)。 ## 界面/CSS/性能,由 RossAscends 调整并优化 From 097b6ba556c7c0824cc4698055f6e384c8c8efad Mon Sep 17 00:00:00 2001 From: exponential Date: Sun, 31 Dec 2023 09:40:40 +0100 Subject: [PATCH 3/3] readme, unofficial deb PKGBUILD --- .github/readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/readme.md b/.github/readme.md index 8727cb69c..9931a4a72 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -162,6 +162,15 @@ Installing via ZIP download (discouraged) ### Linux +#### Unofficial Debian/ubuntu PKGBUILD + + 1. This installation method, is unofficial and not supported by the project. The method, is basically a clone of the AUR, but for debs. + 2. Install [makedeb](https://www.makedeb.org/). + 3. Ensure you have Node.js v18 or higher installed by running `node -v`. If you need to upgrade, you can install a [node.js repo](https://mpr.makedeb.org/packages/nodejs-repo) (you'll might need to edit the version inside the PKGBUILD). An alternative, is to install and configure [nvm](https://mpr.makedeb.org/packages/nvm) to manage multiple node.js installations. Finally, you can [install node.js manually](https://nodejs.org/en/download), you will need to manage the PATH of your environment, manually. + 4. Now build the [sillytavern package](https://mpr.makedeb.org/packages/sillytavern). The build needs to run, with the corect node.js version. + +#### Manual + 1. Ensure you have Node.js v18 or higher (the latest [LTS version](https://nodejs.org/en/download/) is recommended) installed by running `node -v`. Alternatively, use the [Node Version Manager](https://github.com/nvm-sh/nvm#installing-and-updating) script to quickly and easily manage your Node installations. 2. Run the `start.sh` script.