Skip to content

Commit 076cf40

Browse files
committed
windows command
1 parent dd383d1 commit 076cf40

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

REMOTE_SETUP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ Retrieve your public IP address:
184184
<details>
185185
<summary markdown='span'>Windows</summary>
186186

187-
```bash
188-
curl -s ifconfig.me && echo
187+
```powershell
188+
curl.exe -s ifconfig.me
189189
```
190190
</details>
191191

_partials/vm_ip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Retrieve your public IP address:
3232
<details>
3333
<summary markdown='span'>Windows</summary>
3434

35-
```bash
36-
curl -s ifconfig.me && echo
35+
```powershell
36+
curl.exe -s ifconfig.me
3737
```
3838
</details>
3939

0 commit comments

Comments
 (0)