From 4ccb7dea92e23af620229a44c61b209750e3d6d8 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Mon, 15 Apr 2019 19:01:24 +0200 Subject: [PATCH] README: suggest possible workaround for WSL random issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef3f2cf..b5a7579 100644 --- a/README.md +++ b/README.md @@ -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.