mirror of
https://github.com/trycua/computer.git
synced 2025-12-30 18:09:55 -06:00
Fix incorrect install script path in workflow
This commit is contained in:
4
.github/workflows/npm-publish-cli.yml
vendored
4
.github/workflows/npm-publish-cli.yml
vendored
@@ -139,10 +139,10 @@ jobs:
|
||||
### Using install script (recommended)
|
||||
```bash
|
||||
# For Linux/macOS
|
||||
curl -fsSL https://cua.ai/install.sh | sh
|
||||
curl -fsSL https://cua.ai/cli/install.sh | sh
|
||||
|
||||
# For Windows (PowerShell)
|
||||
irm https://cua.ai/install.ps1 | iex
|
||||
irm https://cua.ai/cli/install.ps1 | iex
|
||||
```
|
||||
|
||||
### Using npm/bun
|
||||
|
||||
Reference in New Issue
Block a user