readme, unofficial deb PKGBUILD

This commit is contained in:
exponential 2023-12-31 09:40:40 +01:00
parent 6508a2d924
commit 097b6ba556
1 changed files with 9 additions and 0 deletions

9
.github/readme.md vendored
View File

@ -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.