readme, unofficial deb PKGBUILD
This commit is contained in:
parent
6508a2d924
commit
097b6ba556
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue