Skip to content

Commit 1002041

Browse files
authored
Update README.md
1 parent 345d535 commit 1002041

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,13 @@ Open an **elevated/administrator** command prompt:
3333
```
3434
> .\wsl2host.exe remove
3535
```
36+
37+
**Specifying aliases**
38+
39+
As of v0.3 you can no specify aliases that point to your WSL2 VM IP. Having `some.client.local`, may be useful in your development workflow.
40+
41+
To do this, create the file `~/.wsl2hosts` in your default WSL2 distro. Host names are space separated:
42+
```
43+
some.client.local my-app.local wsl.local
44+
```
45+

0 commit comments

Comments
 (0)