aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar nicodebo <nico.debo@openmailbox.org>2017-02-12 17:30:05 +0100
committerLibravatar nicodebo <nico.debo@openmailbox.org>2017-02-12 17:30:05 +0100
commitf980b518c224bf6696b7f4cf5deb97b9d534ec40 (patch)
tree71acfbc1ad88f266310d2d3ea5ad94c6e6b68c70
parent4df20e258d80db282858d8820517dd9f2c739200 (diff)
add installation instructions
-rw-r--r--README.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/README.md b/README.md
index 54cc151..26743a0 100644
--- a/README.md
+++ b/README.md
@@ -7,17 +7,12 @@ It is meant to be used along with the [new implementation][3] of base16 colorsch
project, which propose a modular approach, by separating templates, schemes and
builder into different repositories.
+# installation
-<!--```bash-->
-<!-- back up your old zathura config-->
-<!--cp ~/.config/zathura/zathurarc-->
-<!--mkdir -p ~/.config/zathura-->
-<!--curl https://raw.githubusercontent.com/khamer/base16-termite/master/themes/base16-default-dark.config >> ~/.config/termite/config-->
-<!--```-->
-
-# References
+Append your favorite base16 colorscheme from the `build_scheme` directory into
+your zathura configuration file `$XDG_CONFIG_HOME/zathura/zathurarc (default:
+~/.config/zathura/zathurarc)`.
[1]: https://chriskempson.github.io/base16/
[2]: https://pwmt.org/projects/zathura/
[3]: https://github.com/chriskempson/base16
-<!--[4]: https://github.com/chriskempson/base16-builder-->