We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4d618 commit 570b061Copy full SHA for 570b061
1 file changed
README.md
@@ -174,10 +174,14 @@ curl -fsSL https://raw.githubusercontent.com/Tcode-Motion/techscript/main/script
174
175
> *Note: Termux only requires Python to run the pip installer package. You do NOT need Python to actually execute TechScript!*
176
177
-**Super-Fast One-Liner:**
+**Fresh Install:**
178
```bash
179
pkg install python -y && pip install techscript-lang
180
-tech version
+```
181
+
182
+**Update to Latest (v1.0.4.3):**
183
+```bash
184
+pip install --upgrade techscript-lang
185
```
186
187
> 📖 See [docs/TERMUX.md](docs/TERMUX.md) for the full Android guide.
0 commit comments