Skip to content

Commit e575a89

Browse files
Update INSTALL.md
1 parent 3aacfb7 commit e575a89

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

docs/INSTALL.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,40 @@ flowchart LR
1414
- **On your machine:** `~/.arrowcode/`**only** if you install/setup/init.
1515
- Copies **never overwrite** existing user files.
1616

17-
## One-liner (Linux / macOS / WSL)
17+
## One-liner (Linux / macOS / WSL)`install.sh`
1818

1919
```bash
20-
curl -fsSL https://raw.githubusercontent.com/YOUR_USER/arrowcode/main/install.sh | bash
20+
curl -fsSL https://raw.githubusercontent.com/Chintanpatel24/arrowcode/main/install.sh | bash
2121
```
2222

2323
With API setup:
2424

2525
```bash
26-
curl -fsSL https://raw.githubusercontent.com/YOUR_USER/arrowcode/main/install.sh | bash -s -- --setup
26+
curl -fsSL https://raw.githubusercontent.com/Chintanpatel24/arrowcode/main/install.sh | bash -s -- --setup
2727
```
2828

29-
## One-liner (Windows PowerShell)
29+
## One-liner (Windows PowerShell)`install.ps1`
3030

3131
```powershell
32-
irm https://raw.githubusercontent.com/YOUR_USER/arrowcode/main/install.ps1 | iex
32+
irm https://raw.githubusercontent.com/Chintanpatel24/arrowcode/main/install.ps1 | iex
3333
```
3434

35+
With API setup:
36+
37+
```powershell
38+
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/Chintanpatel24/arrowcode/main/install.ps1))) -Setup
39+
```
40+
41+
From a local clone:
42+
3543
```powershell
3644
.\install.ps1 -Setup
3745
```
3846

3947
## From a local clone
4048

4149
```bash
42-
git clone https://github.com/YOUR_USER/arrowcode.git
50+
git clone https://github.com/Chintanpatel24/arrowcode.git
4351
cd arrowcode
4452
chmod +x install.sh bin/arrowcode
4553
./install.sh

0 commit comments

Comments
 (0)