File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,20 @@ We'll help you quickly setup Shorebird so you can get started using our tools.
16
16
17
17
To install the Shorebird command line interface (CLI):
18
18
19
- ```
19
+ ## Mac/Linux
20
+
21
+ ``` bash
20
22
curl --proto ' =https' --tlsv1.2 https://raw.githubusercontent.com/shorebirdtech/install/main/install.sh -sSf | sh
21
23
```
22
24
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
+
23
31
::: 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 ` .
27
33
:::
28
34
29
35
This installs ` shorebird ` into ` ~/.shorebird/bin ` and adds it to your ` PATH ` . It
You can’t perform that action at this time.
0 commit comments