From ee51a8493f6c6a36d96b23b0e6b2100e6dbecc4d Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 22 Oct 2020 04:25:59 +0200 Subject: [PATCH] README: fix example configuration --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1759cae..b5ba44a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Alternatively, if you are using Nix or NixOS, bisc is available under the attribute `haskellPackages.bisc`. It should also be in the Nix binary cache so you don't have to build from source. -Finally, a statically compiled binaries can be found in the +Finally, statically compiled binaries can be found in the [releases](/git/rnhmjoj/bisc/releases). [hackage]: http://hackage.haskell.org/package/bisc @@ -32,8 +32,8 @@ It allows to change the paths of the QtWebEngine/Chromium directory and the whitelist file. The default settings are: ``` -whitelist-path = $(XDG_CONFIG_HOME)/qutebrowser/whitelists/cookies -webengine-path = $(XDG_DATA_HOME)/qutebrowser/webengine +whitelist-path = "$(XDG_CONFIG_HOME)/qutebrowser/whitelists/cookies" +webengine-path = "$(XDG_DATA_HOME)/qutebrowser/webengine" ``` ## Usage