File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2323With 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
4351cd arrowcode
4452chmod +x install.sh bin/arrowcode
4553./install.sh
You can’t perform that action at this time.
0 commit comments