From 6e17c528e7406bb6f9ac8cf65a310cf40cbb0910 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 28 Jun 2015 12:53:59 -0700 Subject: [PATCH] Fix dwb example command lines on github rendering of README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96b15deef..4413bc590 100755 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ In several WebKit browsers, there is currently an issue where 4chan X will crash - **dwb**: Install the userscripts extension, then save the [script](https://ccd0.github.io/4chan-x/builds/4chan-X.user.js) to the `$XDG_CONFIG_HOME/dwb/greasemonkey` or `$HOME/.config/dwb/greasemonkey` directory (creating it if necessary): - dwbem -N -i userscripts - wget -P ${XDG_CONFIG_HOME:-$HOME/.config}/dwb/greasemonkey/ https://ccd0.github.io/4chan-x/builds/4chan-X.user.js + dwbem -N -i userscripts + wget -P ${XDG_CONFIG_HOME:-$HOME/.config}/dwb/greasemonkey/ https://ccd0.github.io/4chan-x/builds/4chan-X.user.js - **Midori**: Enable `User addons` in your preferences, under the Extensions tab. In the Privacy tab, check `Enable HTML5 local storage support`. Optionally, if you want 4chan X to be able to open new tabs when you start or reply to a thread, you will need to check `Allow scripts to open popups` under the Behavior tab. Then click the link to the [script](https://ccd0.github.io/4chan-x/builds/4chan-X.user.js) to install it.