Skip to content

Commit a38ea44

Browse files
author
Tanmoy
committed
Docs: Fix asset and download links for root-level presentation
1 parent e287ac6 commit a38ea44

1 file changed

Lines changed: 11 additions & 16 deletions

File tree

README.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,14 @@ TechScript is:
9494

9595
## 📦 Installation
9696

97-
### 🪟 Windows (Recommended)
98-
1. Download **`TechScript_TX.exe`** from the `public-release` folder.
99-
2. Type `tech` in your terminal. Done! 🚀
100-
101-
### 🐧 Linux (Ubuntu, Kali, Arch)
102-
**Super-Fast One-Liner (Auto-detects Native Rust binary):**
103-
```bash
104-
curl -fsSL https://raw.githubusercontent.com/Tcode-Motion/techscript/main/scripts/install.sh | bash
105-
```
106-
107-
### 📱 Android (Termux)
108-
```bash
109-
pkg install python -y && pip install techscript-lang
110-
```
97+
| Platform | Architecture | Type | Download / Install |
98+
|:---|:---|:---|:---|
99+
| **🪟 Windows** | x64 (64-bit) | Standalone EXE | **[Download](TechScript_TX.exe)** |
100+
| **🪟 Windows** | x64 (64-bit) | Full Setup Bundle | **[Download](TechScript_v1.0.5_Windows_Bundle.zip)** |
101+
| **🐧 Linux** | x86_64 | Native Binary | **[Download](https://github.com/Tcode-Motion/techscript/releases/latest)** |
102+
| **🍎 macOS** | Intel / M1 / M2 | Native Binary | **[Download](https://github.com/Tcode-Motion/techscript/releases/latest)** |
103+
| **📱 Android** | ARM / x64 | Termux Engine | **[Install via Pip](README.md#android-termux)** |
104+
| **🎨 Editor** | All | VS Code Extension | **[Download](techscript-1.0.5.vsix)** |
111105
*(v1.0.5+ is fully optimized for Termux with automatic Python-engine fallback)*
112106

113107
---
@@ -126,13 +120,14 @@ Check out the **[Full Reference Guide](docs/REFERENCE.md)** for more.
126120
---
127121

128122
## 🎨 VS Code Extension
129-
code --install-extension vscode-extension/techscript-1.0.5.vsix
123+
```
124+
code --install-extension techscript-1.0.5.vsix
130125
```
131126

132127
---
133128

134129
<p align="center">
135-
<img src="https://raw.githubusercontent.com/Tcode-Motion/techscript/main/assets/techscript_v2_logo.png" alt="TechScript Dragon" width="80">
130+
<img src="logo.png" alt="TechScript Dragon" width="80">
136131
<br>
137132
<strong>Made with 🐉 and 🦀 by Tcode-Motion</strong>
138133
</p>

0 commit comments

Comments
 (0)