1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00

clarify wsl instructions

This commit is contained in:
Wez Furlong 2019-06-22 22:07:43 -07:00
parent 08259bb9bf
commit 579b6d9305

View File

@ -77,6 +77,12 @@ socket_path = "/mnt/c/Users/USERNAME/.local/share/wezterm/sock"
skip_permissions_check = true
```
and then start the server:
```bash
$ wezterm start --front-end MuxServer --daemonize
```
In the host win32 configuration, use this snippet:
```toml
@ -166,6 +172,6 @@ At this time, `wezterm` doesn't provide a convenient way to automatically
start the server, so you will need to manually log in to the server host
and start it up:
```
```bash
$ wezterm start --front-end MuxServer --daemonize
```