Skip to content

Commit 44f136d

Browse files
Update README to make installation instructions more clear
1 parent f6e70e0 commit 44f136d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ An application with Source Engine integration through VScript.
3838
### Option 1: Pre-built Executable (Recommended)
3939
1. Download the latest release from [Releases](https://github.com/programmer1o1/sourcebox/releases)
4040
2. Extract the ZIP file
41-
3. Run `SourceBox.exe` (Windows) or `./SourceBox` (Linux)
41+
3. Run any VScript supported games (TF2, CS:S, HL1S:DM, HL2:DM, DOD:S) before running Sourcebox program.
42+
4. Run `SourceBox.exe` (Windows) or `./SourceBox` (Linux)
4243

4344
### Option 2: Manual Installation
4445
#### Prerequisites
@@ -66,8 +67,9 @@ source myenv/bin/activate
6667
```bash
6768
pip install -r requirements.txt
6869
```
69-
70-
4. Run the application:
70+
4. Run any VScript supported games (TF2, CS:S, HL1S:DM, HL2:DM, DOD:S) before running Sourcebox program.
71+
72+
5. Run the application:
7173
```bash
7274
python Sourcebox.py
7375
```

0 commit comments

Comments
 (0)