Update install instructions

This commit is contained in:
Linus Marton 2018-06-10 21:28:51 +02:00
parent 1d88e72f9d
commit 420c40e3fc
No known key found for this signature in database
GPG Key ID: 3AE26AD3E41F5ED8
1 changed files with 2 additions and 1 deletions

View File

@ -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.