File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ```
You can’t perform that action at this time.
0 commit comments