From 420c40e3fcad3eeff42173fce0420d2b98df94e8 Mon Sep 17 00:00:00 2001 From: Linus Marton Date: Sun, 10 Jun 2018 21:28:51 +0200 Subject: [PATCH] Update install instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aab0ad7..034cd0d 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ A theme for [Qutebrowser](https://qutebrowser.org) based on the [Nord](https://g ## Install 1. Clone this repo or copy `nord-qutebrowser.py`. -2. Add `exec(open('/path/to/nord-qutebrowser.py').read())` at the _end_ of you `config.py` file. +2. Symlink (or just copy) the file `nord-qutebrowser.py` to your `.qutebrowser` directory. +3. Add `config.source('nord-qutebrowser.py')` at the _end_ of you `config.py` file.