README: suggest possible workaround for WSL random issues

This commit is contained in:
Maxim Baz
2019-04-15 19:01:24 +02:00
parent d48f9f2c06
commit 4ccb7dea92

View File

@@ -135,7 +135,7 @@ If you want to use WSL instead, follow Linux installation steps, then create `%l
```
@echo off
bash -c /usr/bin/browserpass-linux64
bash -c "/usr/bin/browserpass-linux64 2>/dev/null"
```
Then edit the hosts json files (in our example `C:\Program Files\Browserpass\browser-files\*-host.json`) and replace `%%replace%%` with a full path to `browserpass-wsl.bat` you've just created.