From b4a2599750ed28f87aec9e4f1f9aa20d169bd9c5 Mon Sep 17 00:00:00 2001 From: Tom Brien Date: Mon, 25 May 2020 13:21:20 +0100 Subject: [PATCH] Update WSL IP address steps (#555) --- docs/development_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_environment.md b/docs/development_environment.md index 2c3df76d..2fdd6cee 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -93,7 +93,7 @@ $ hass -c ../config ``` :::tip -You may find that you cannot open the development instance via when using WSL. Instead, within a WSL terminal, find the `inet` address of the `eth0` adaptor by running `ifconfig`. Then use this address to access the development instance, i.e. . +You may find that you cannot open the development instance via when using WSL. Instead, within a WSL terminal, find the `inet` address of the `eth0` adaptor by running `ip addr show eth0`. Then use this address, excluding the CIDR block, to access the development instance, i.e. if your `inet` is listed as `172.20.37.6/20`, use . ::: ### Developing on macOS