Skip to content

Commit ea6c021

Browse files
ashu17706claude
andcommitted
docs: simplify installation - automated setup with brew install warp-cli
Update README to show: - Single command installation: 'brew install warp-cli' - Automatic WARP daemon + GUI removal - Alternative methods (source, one-liner) as secondary options - Much cleaner and more user-friendly The formula now handles everything: ✅ Install WARP daemon ✅ Remove GUI app ✅ Install CLI Users just need: brew tap zero8dotdev/tools && brew install warp-cli Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 04a5461 commit ea6c021

File tree

1 file changed

+32
-16
lines changed

1 file changed

+32
-16
lines changed

README.md

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,29 +42,23 @@ The official WARP app is designed for people who click menus. If you live in the
4242

4343
## 30-Second Setup
4444

45-
### 1. Install WARP Daemon
46-
You need the WARP daemon (the background service). Choose one:
45+
One command to install everything:
4746

48-
**Option A: Homebrew (recommended for CLI users)**
49-
```bash
50-
brew install --cask cloudflare-warp
51-
```
52-
53-
**Option B: App Store**
54-
Visit [App Store](https://apps.apple.com/app/cloudflare-warp/id1423210915) and download for free.
55-
56-
*Note: You need the daemon, not the GUI. Either method installs it.*
57-
58-
### 2. Install warp-cli
5947
```bash
6048
brew tap zero8dotdev/tools
6149
brew install warp-cli
6250
```
6351

64-
### 3. Done!
52+
That's it! The formula automatically:
53+
- ✅ Installs WARP daemon
54+
- ✅ Removes the GUI app (you don't need it)
55+
- ✅ Installs warp-cli
56+
57+
Then use it:
6558
```bash
66-
warp up # Start using WARP
67-
warp status # Verify connection
59+
warp up # Connect to WARP
60+
warp status # Check connection
61+
warp --help # See all commands
6862
```
6963

7064
---
@@ -93,6 +87,28 @@ See all commands: `warp --help`
9387

9488
---
9589

90+
## Installation Options
91+
92+
**Recommended (easiest):**
93+
```bash
94+
brew tap zero8dotdev/tools
95+
brew install warp-cli
96+
```
97+
98+
**From source:**
99+
```bash
100+
git clone https://github.com/zero8dotdev/warp-cli.git
101+
cd warp-cli
102+
./install-complete.sh
103+
```
104+
105+
**Or with one-liner:**
106+
```bash
107+
curl -fsSL https://raw.githubusercontent.com/zero8dotdev/warp-cli/main/install-from-github.sh | bash
108+
```
109+
110+
---
111+
96112
## Need More?
97113

98114
**New to WARP?**

0 commit comments

Comments
 (0)