| 183 | 185 | |
| 184 | 186 | ### For Linux users |
| 185 | 187 | 1. Open your favorite terminal and install git |
| 186 | | -2. Download Sillytavern Launcher with: `git clone https://github.com/SillyTavern/SillyTavern-Launcher.git` |
| 188 | +2. Git clone the Sillytavern-Launcher with: |
| 187 | | -3. Navigate to the SillyTavern-Launcher with: `cd SillyTavern-Launcher` |
| 189 | +```shell |
| 188 | | -4. Start the install launcher with: `chmod +x install.sh && ./install.sh` and choose what you wanna install |
| 190 | +git clone https://github.com/SillyTavern/SillyTavern-Launcher.git && cd SillyTavern-Launcher |
| 189 | | -5. After installation start the launcher with: `chmod +x launcher.sh && ./launcher.sh` |
| 191 | +``` |
| 192 | +3. Start the installer.sh with: |
| 193 | +```shell |
| 194 | +chmod +x install.sh && ./install.sh |
| 195 | +``` |
| 196 | +4. After installation start the launcher.sh with: |
| 197 | +```shell |
| 198 | +chmod +x launcher.sh && ./launcher.sh |
| 199 | +``` |
| 190 | 200 | |
| 191 | 201 | ### For Mac users |
| 192 | | -1. Open a terminal and install brew with: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"` |
| 202 | +1. Open a terminal and install brew with: |
| 193 | | -2. Then install git with: `brew install git` |
| 203 | +```shell |
| 194 | | -3. Download Sillytavern Launcher with: `git clone https://github.com/SillyTavern/SillyTavern-Launcher.git` |
| 204 | +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" |
| 195 | | -4. Navigate to the SillyTavern-Launcher with: `cd SillyTavern-Launcher` |
| 205 | +``` |
| 196 | | -5. Start the install launcher with: `chmod +x install.sh && ./install.sh` and choose what you wanna install |
| 206 | +2. Install git with: |
| 197 | | -6. After installation start the launcher with: `chmod +x launcher.sh && ./launcher.sh` |
| 207 | +```shell |
| 208 | +brew install git |
| 209 | +``` |
| 210 | +3. Git clone the Sillytavern-Launcher with: |
| 211 | +```shell |
| 212 | +git clone https://github.com/SillyTavern/SillyTavern-Launcher.git && cd SillyTavern-Launcher |
| 213 | +``` |
| 214 | +4. Start the installer.sh with: |
| 215 | +```shell |
| 216 | +chmod +x install.sh && ./install.sh |
| 217 | +``` |
| 218 | +5. After installation start the launcher.sh with: |
| 219 | +```shell |
| 220 | +chmod +x launcher.sh && ./launcher.sh |
| 221 | +``` |
| 198 | 222 | |
| 199 | 223 | ## 🐋 Installing via Docker |
| 200 | 224 | |