Skip to content

Commit 7a0697e

Browse files
committed
docs(readme): simplify quick start section by removing duplicate setup steps
1 parent 71877d3 commit 7a0697e

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -115,25 +115,14 @@ graph TD
115115

116116
## 🚀 Quick Start
117117

118-
Get from zero to running a project in under 30 seconds:
119-
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-
```
131-
2. **Scaffold a Project**:
118+
Once TechScript is installed on your system, you can scaffold and execute a new project in under 10 seconds:
119+
120+
1. **Scaffold a Project**:
132121
```bash
133122
tsc new hello_world
134123
cd hello_world
135124
```
136-
3. **Run the Project**:
125+
2. **Compile and Run**:
137126
```bash
138127
tsc run
139128
```

0 commit comments

Comments
 (0)