diff --git a/README.md b/README.md index adafdc8..a3cb640 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,13 @@ thanks to its authors! ## Installation +The +[XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) +is supported but the default directory paths are used for simplicity. + 1. Copy `qute-gemini` and `qute-gemini-tab` into `~/.local/share/qutebrowser/userscripts/`. - -2. Set custom keybinding for opening Gemini URLs by adding the following lines +2. Set custom keybindings for opening Gemini URLs by adding the following lines to `~/.config/qutebrowser/config.py`: ``` python @@ -26,7 +29,6 @@ thanks to its authors! The script only processes `gemini://` URLs and opens all other URLs using qutebrowser, so opening a non-`gemini://` should also work. - 3. Re-source the qutebrowser config or restart qutebrowser and visit the [Gemini spec homepage](gemini://gemini.circumlunar.space) to ensure that everything works.