Skip to content

Commit 71877d3

Browse files
committed
docs(readme): update quick start section to emphasize recommended setup methods over pip
1 parent 9108b06 commit 71877d3

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,17 @@ graph TD
117117

118118
Get from zero to running a project in under 30 seconds:
119119

120-
1. **Install the Toolchain** via pip:
121-
```bash
122-
pip install techscript
123-
techscript install
124-
```
120+
1. **Install the Toolchain**:
121+
* **Linux / macOS / Termux (Recommended)**:
122+
```bash
123+
curl -fsSL https://raw.githubusercontent.com/Tcode-Motion/techscript/main/scripts/install.sh | bash
124+
```
125+
* **Windows (Recommended)**: Download and run **`TechScript_Setup.exe`** from [GitHub Releases](https://github.com/Tcode-Motion/techscript/releases).
126+
* **Python pip (Not Recommended)**:
127+
```bash
128+
pip install techscript
129+
techscript install
130+
```
125131
2. **Scaffold a Project**:
126132
```bash
127133
tsc new hello_world

0 commit comments

Comments
 (0)