We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97be799 commit a0f4783Copy full SHA for a0f4783
1 file changed
WSL/networking.md
@@ -66,7 +66,7 @@ If you want to access a networking app running on Windows (for example an app ru
66
67
1. Obtain the IP address of your host machine by running this command from your Linux distribution:
68
```bash
69
-ip route show | grep -i default | awk '{ print $3}'`
+ip route show | grep -i default | awk '{ print $3}'
70
```
71
2. Connect to any Windows server using the copied IP address.
72
0 commit comments