Skip to content

Commit 77f7ace

Browse files
chore: update CLI install links via script
1 parent ea7e120 commit 77f7ace

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ go install github.com/speakeasy-api/openapi/cmd/openapi@latest
104104

105105
Linux/macOS:
106106
```bash
107-
curl -fsSL https://raw.githubusercontent.com/speakeasy-api/openapi/main/scripts/install.sh | bash
107+
curl -fsSL https://go.speakeasy.com/openapi.sh | bash
108108
```
109109

110110
Windows (PowerShell):
111111
```powershell
112-
iwr -useb https://raw.githubusercontent.com/speakeasy-api/openapi/main/scripts/install.ps1 | iex
112+
iwr -useb https://go.speakeasy.com/openapi.ps1 | iex
113113
```
114114

115115
For manual installation, upgrade instructions, custom installation options, and troubleshooting, see the [detailed installation guide](./INSTALL.md).

0 commit comments

Comments
 (0)