README: fix example configuration
This commit is contained in:
parent
78a99460ac
commit
ee51a8493f
@ -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
|
under the attribute `haskellPackages.bisc`. It should also be in
|
||||||
the Nix binary cache so you don't have to build from source.
|
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).
|
[releases](/git/rnhmjoj/bisc/releases).
|
||||||
|
|
||||||
[hackage]: http://hackage.haskell.org/package/bisc
|
[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.
|
directory and the whitelist file.
|
||||||
The default settings are:
|
The default settings are:
|
||||||
```
|
```
|
||||||
whitelist-path = $(XDG_CONFIG_HOME)/qutebrowser/whitelists/cookies
|
whitelist-path = "$(XDG_CONFIG_HOME)/qutebrowser/whitelists/cookies"
|
||||||
webengine-path = $(XDG_DATA_HOME)/qutebrowser/webengine
|
webengine-path = "$(XDG_DATA_HOME)/qutebrowser/webengine"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user