Merge pull request #755 from SillyTavern/Cohee1207-patch-1

Update readme.md
This commit is contained in:
Cohee 2023-07-21 20:33:35 +03:00 committed by GitHub
commit 2e6e8623f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.github/readme.md vendored
View File

@ -144,8 +144,8 @@ An easy-to-follow guide with pretty pictures:
5. Open a Command Prompt inside that folder by clicking in the 'Address Bar' at the top, typing `cmd`, and pressing Enter. 5. Open a Command Prompt inside that folder by clicking in the 'Address Bar' at the top, typing `cmd`, and pressing Enter.
6. Once the black box (Command Prompt) pops up, type ONE of the following into it and press Enter: 6. Once the black box (Command Prompt) pops up, type ONE of the following into it and press Enter:
* for Main Branch: `git clone https://github.com/SillyTavern/SillyTavern -b main` * for Release Branch: `git clone https://github.com/SillyTavern/SillyTavern -b release`
* for Dev Branch: `git clone https://github.com/SillyTavern/SillyTavern -b dev` * for Staging Branch: `git clone https://github.com/SillyTavern/SillyTavern -b staging`
7. Once everything is cloned, double-click `Start.bat` to make NodeJS install its requirements. 7. Once everything is cloned, double-click `Start.bat` to make NodeJS install its requirements.
8. The server will then start, and SillyTavern will pop up in your browser. 8. The server will then start, and SillyTavern will pop up in your browser.