Skip to content

Commit 24b1530

Browse files
author
Tanmoy
committed
Docs: Add direct release links and more copyable command blocks
1 parent a194cc4 commit 24b1530

1 file changed

Lines changed: 18 additions & 19 deletions

File tree

README.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,36 +40,35 @@ TechScript is designed to be **human-first**. No semicolons, no brackets, just p
4040

4141
| Platform | Install Method | Link / Command | Update Method |
4242
|:---|:---|:---|:---|
43-
| **🪟 Windows** | **Full Setup Wizard** | [Download Setup](bin/TechScript_v1.0.5_Setup.exe) | Run new Setup.exe |
44-
| **🪟 Windows** | Standalone Binary | [Download (.exe)](bin/TechScript_TX.exe) | Replace old .exe |
45-
| **🐧 Linux** | One-Liner Install | `curl -fS scripts/install.sh | bash` | Re-run command |
46-
| **🍎 macOS** | One-Liner Install | `curl -fS scripts/install.sh | bash` | Re-run command |
47-
| **📱 Android** | Termux Engine | `pkg install python && pip install techscript-lang` | `pip install -U techscript-lang` |
43+
| **🪟 Windows** | **Full Setup Wizard** | [**Download Setup**](https://github.com/Tcode-Motion/techscript/releases/latest) | Run new Setup.exe |
44+
| **🪟 Windows** | Standalone Binary | [**Download EXE**](https://github.com/Tcode-Motion/techscript/releases/latest) | Replace old .exe |
45+
| **🐧 Linux** | One-Liner Install | [**Copy Command**](#linux--macos-terminal) | Re-run command |
46+
| **🍎 macOS** | One-Liner Install | [**Copy Command**](#linux--macos-terminal) | Re-run command |
47+
| **📱 Android** | Termux Engine | [**Copy Command**](#android-termux) | `pip install -U techscript-lang` |
4848

4949
---
5050

51-
### 📥 Detailed Setup Guides
51+
### 📥 Detailed Setup & Quick Commands
5252

5353
#### 🪟 Windows (Setup Wizard)
54-
1. Download **`TechScript_v1.0.5_Setup.exe`**.
54+
1. Download **`TechScript_v1.0.5_Setup.exe`** from the [Latest Release](https://github.com/Tcode-Motion/techscript/releases/latest).
5555
2. Double-click to run. It will extract the high-performance Rust engine to your system.
5656
3. The installer automatically adds **`tech`** to your System PATH.
57-
4. **Update**: Simply download the latest Setup.exe and run it again to overwrite the old version.
5857

5958
#### 🐧 Linux & 🍎 macOS (Terminal)
60-
1. Open your terminal.
61-
2. Run the universal installer:
62-
```bash
63-
curl -fsSL https://raw.githubusercontent.com/Tcode-Motion/techscript/main/scripts/install.sh | bash
64-
```
65-
3. This script auto-detects your architecture (Intel/M1/M2) and installs the Native Rust binary.
66-
4. **Update**: Re-run the same `curl` command to fetch the latest binary instantly.
59+
**Copy and paste this command to install instantly:**
60+
```bash
61+
curl -fsSL https://raw.githubusercontent.com/Tcode-Motion/techscript/main/scripts/install.sh | bash
62+
```
6763

6864
#### 📱 Android (Termux)
69-
1. Install Termux from F-Droid.
70-
2. Run: `pkg update && pkg upgrade`
71-
3. Install the engine: `pkg install python && pip install techscript-lang`
72-
4. **Update**: Run `pip install --upgrade techscript-lang`.
65+
**Copy and paste these commands in Termux:**
66+
```bash
67+
pkg update && pkg upgrade -y
68+
pkg install python -y
69+
pip install techscript-lang
70+
```
71+
*(Update: `pip install --upgrade techscript-lang`)*
7372

7473
---
7574

0 commit comments

Comments
 (0)