1 parent 9108b06 commit 71877d3Copy full SHA for 71877d3
1 file changed
README.md
@@ -117,11 +117,17 @@ graph TD
117
118
Get from zero to running a project in under 30 seconds:
119
120
-1. **Install the Toolchain** via pip:
121
- ```bash
122
- pip install techscript
123
- techscript install
124
- ```
+1. **Install the Toolchain**:
+ * **Linux / macOS / Termux (Recommended)**:
+ ```bash
+ curl -fsSL https://raw.githubusercontent.com/Tcode-Motion/techscript/main/scripts/install.sh | bash
+ ```
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
128
+ pip install techscript
129
+ techscript install
130
131
2. **Scaffold a Project**:
132
```bash
133
tsc new hello_world
0 commit comments