Skip to content

Commit

Permalink
Add clarity that the cmd may be required on its own or in addition to…
Browse files Browse the repository at this point in the history
… the previous one
  • Loading branch information
peteski22 committed Jan 24, 2025
1 parent 4c41cbe commit 8e0e278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ sudo sh -c "echo -1 > /proc/sys/fs/binfmt_misc/WSLInterop"
```

In Windows 11 with WSL 2 the location of the interop flag has changed, as such
the following command should be used instead:
the following command be required instead/addition:

```sh
sudo sh -c "echo -1 > /proc/sys/fs/binfmt_misc/WSLInterop-late"
Expand Down

0 comments on commit 8e0e278

Please sign in to comment.