Skip to content

Commit f1342cf

Browse files
committed
Adjust GitHub install wording
1 parent bb8cc84 commit f1342cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ npm install -g .
3737
clifood restaurants --query "pizza" --limit 5
3838
```
3939

40+
## Global install (GitHub via Bun)
41+
42+
Bun can install directly from GitHub:
43+
44+
```bash
45+
bun add -g github:danizord/clifood
46+
clifood restaurants --query "pizza" --limit 5
47+
```
48+
4049
## Use your existing logged-in browser (recommended)
4150

4251
Start Chrome with remote debugging enabled, then point the CLI to it:

0 commit comments

Comments
 (0)