#
Linux/MacOSインストール
#
手動Gitインストール
MacOS / Linuxでは、これらすべてをTerminalで実行します。
- gitとnodeJSをインストールします(方法はOSによって異なります)
- リポジトリをcloneします
- Releaseブランチの場合:
git clone https://github.com/SillyTavern/SillyTavern -b release - Stagingブランチの場合:
git clone https://github.com/SillyTavern/SillyTavern -b staging
- Releaseブランチの場合:
cd SillyTavernを実行して、インストールフォルダに移動します。- 次のいずれかのコマンドで
start.shスクリプトを実行します:
./start.shbash start.sh
#
SillyTavern Launcher
#
Linuxユーザー向け
- お気に入りのterminalを開き、gitをインストールします
- 次のコマンドでSillytavern Launcherをダウンロードします:
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git - 次のコマンドでSillyTavern-Launcherに移動します:
cd SillyTavern-Launcher - 次のコマンドでinstall launcherを起動し、インストールしたいものを選択します:
chmod +x install.sh && ./install.sh - インストール後、次のコマンドでlauncherを起動します:
chmod +x launcher.sh && ./launcher.sh
#
Macユーザー向け
- terminalを開き、次のコマンドでbrewをインストールします:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - 次のコマンドでgitをインストールします:
brew install git - 次のコマンドでSillytavern Launcherをダウンロードします:
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git - 次のコマンドでSillyTavern-Launcherに移動します:
cd SillyTavern-Launcher - 次のコマンドでinstall launcherを起動し、インストールしたいものを選択します:
chmod +x install.sh && ./install.sh - インストール後、次のコマンドでlauncherを起動します:
chmod +x launcher.sh && ./launcher.sh