Fix typos

This commit is contained in:
Cohee 2024-01-01 16:21:19 +02:00
parent bebbe7ab29
commit 0c748d3b9f
1 changed files with 7 additions and 5 deletions

12
.github/readme.md vendored
View File

@ -162,12 +162,14 @@ Installing via ZIP download (discouraged)
### Linux
#### Unofficial Debian/ubuntu PKGBUILD
#### 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.
> **This installation method is unofficial and not supported by the project. Report any issues to the PKGBUILD maintainer.**
> The method is intended for Debian-based distributions (Ubuntu, Mint, etc).
1. Install [makedeb](https://www.makedeb.org/).
2. 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). As an alternative, 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), but you will need to update the PATH variable of your environment.
3. Now build the [sillytavern package](https://mpr.makedeb.org/packages/sillytavern). The build needs to run with the correct node.js version.
#### Manual