Skip to content

Commit e0af925

Browse files
authored
docs: add windows install instructions (#13)
* docs: add windows install instructions * Remove windows path caveat
1 parent 1a8142f commit e0af925

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,20 @@ We'll help you quickly setup Shorebird so you can get started using our tools.
1616

1717
To install the Shorebird command line interface (CLI):
1818

19-
```
19+
## Mac/Linux
20+
21+
```bash
2022
curl --proto '=https' --tlsv1.2 https://raw.githubusercontent.com/shorebirdtech/install/main/install.sh -sSf | sh
2123
```
2224

25+
## Windows
26+
27+
```powershell
28+
powershell -exec bypass -c "(New-Object Net.WebClient).Proxy.Credentials=[Net.CredentialCache]::DefaultNetworkCredentials;iwr('https://raw.githubusercontent.com/shorebirdtech/install/main/install.ps1')|iex"
29+
```
30+
2331
:::info
24-
Installing Shorebird CLI requires `git`. We currently support only Mac and
25-
Linux. Windows is [coming
26-
soon](https://github.com/shorebirdtech/shorebird/issues/37).
32+
Installing Shorebird CLI requires `git`.
2733
:::
2834

2935
This installs `shorebird` into `~/.shorebird/bin` and adds it to your `PATH`. It

0 commit comments

Comments
 (0)