update to update instructions.

This commit is contained in:
RossAscends
2023-05-10 07:39:24 +09:00
parent 242d16a973
commit 2dfa59f980
2 changed files with 12 additions and 9 deletions

View File

@@ -1,5 +1,11 @@
How to Update SillyTavern How to Update SillyTavern
This guide assumes you have already installed SillyTavern once, and know how to run it on your OS.
Linux/Termux:
You definitely installed via git, so just 'git pull' inside the SillyTavern directory.
Windows/MacOS: Windows/MacOS:
Method 1 - GIT Method 1 - GIT
@@ -15,7 +21,7 @@ If you insist on installing via a zip, here is the tedious process for doing the
1. Download the new release zip. 1. Download the new release zip.
2. Unzip it into a folder OUTSIDE of your current ST installation. 2. Unzip it into a folder OUTSIDE of your current ST installation.
3. Do the usual setup procedure with start.bat to install NodeJS requirements. 3. Do the usual setup procedure for your OS to install the NodeJS requirements.
4. Copy the following files/folders as necessary(*) from your old ST installation: 4. Copy the following files/folders as necessary(*) from your old ST installation:
@@ -41,10 +47,6 @@ If you insist on installing via a zip, here is the tedious process for doing the
5. Paste those items into the /Public/ folder of the new install. 5. Paste those items into the /Public/ folder of the new install.
6. Run start.bat once again, and pray you got it right. :) 6. Start SillyTavern once again with the method appropriate to your OS, and pray you got it right.
7. If everything shows up, you can safely delete the old ST folder. 7. If everything shows up, you can safely delete the old ST folder.
Linux/Termux:
You definitely installed via git, so just 'git pull' inside the SillyTavern directory.

View File

@@ -1,5 +1,6 @@
# How to Update SillyTavern # How to Update SillyTavern
(This guide assumes you have already installed SillyTavern once and know how to run it on your OS.)
(This file is also present in plain text form inside SillyTavern's base install folder) (This file is also present in plain text form inside SillyTavern's base install folder)
---- ----
@@ -25,7 +26,7 @@ If you insist on installing via a zip, here is the tedious process for doing the
1. Download the new release zip. 1. Download the new release zip.
2. Unzip it into a folder OUTSIDE of your current ST installation. 2. Unzip it into a folder OUTSIDE of your current ST installation.
3. Do the usual setup procedure with start.bat to install NodeJS requirements. 3. Do the usual setup procedure for your OS to install NodeJS requirements.
4. Copy the following files/folders as necessary(*) from your old ST installation: 4. Copy the following files/folders as necessary(*) from your old ST installation:
@@ -54,6 +55,6 @@ settings.json
5. Once those folders/files are copied, Paste them into the /Public/ folder of the new install. 5. Once those folders/files are copied, Paste them into the /Public/ folder of the new install.
6. Run start.bat once again, and pray you got it right. 6. Start SillyTavern once again with the method appropriate to your OS, and pray you got it right.
7. If everything shows up, you can safely delete the old ST folder. 7. If everything shows up, you can safely delete the old ST folder.