Skip to content

Commit 570b061

Browse files
author
Tanmoy
committed
Update README with Termux upgrade instructions
1 parent 9c4d618 commit 570b061

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,14 @@ curl -fsSL https://raw.githubusercontent.com/Tcode-Motion/techscript/main/script
174174

175175
> *Note: Termux only requires Python to run the pip installer package. You do NOT need Python to actually execute TechScript!*
176176
177-
**Super-Fast One-Liner:**
177+
**Fresh Install:**
178178
```bash
179179
pkg install python -y && pip install techscript-lang
180-
tech version
180+
```
181+
182+
**Update to Latest (v1.0.4.3):**
183+
```bash
184+
pip install --upgrade techscript-lang
181185
```
182186

183187
> 📖 See [docs/TERMUX.md](docs/TERMUX.md) for the full Android guide.

0 commit comments

Comments
 (0)