Skip to content

Commit 3aacfb7

Browse files
Update and rename GUIDE.md to docs/GUIDE.md
1 parent 154bdbd commit 3aacfb7

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

GUIDE.md renamed to docs/GUIDE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ Complete working plans, command reference, and system flows.
3232

3333
## 1. Quick start
3434

35+
**One-liner install (after publish — replace `YOUR_USER`)**
36+
37+
```bash
38+
# Linux / macOS / WSL
39+
curl -fsSL https://raw.githubusercontent.com/Chintanpatel24/arrowcode/main/install.sh | bash
40+
```
41+
42+
```powershell
43+
# Windows PowerShell
44+
irm https://raw.githubusercontent.com/Chintanpatel24/arrowcode/main/install.ps1 | iex
45+
```
46+
47+
**From a local clone**
48+
3549
```bash
3650
# from repo root
3751
bun install

0 commit comments

Comments
 (0)