diff options
author | toonn <toonn@toonn.io> | 2022-02-05 15:34:46 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2022-02-05 15:34:46 +0100 |
commit | 5cc6c7034f025fca41d2c63d0582407dc61ddec4 (patch) | |
tree | f4e0b04536a381d8c65ebf7174c663976e50e651 | |
parent | 0f4278bbc1aed0c98e8adc9fd7c7f88144f65213 (diff) | |
download | ranger-5cc6c7034f025fca41d2c63d0582407dc61ddec4.tar.gz |
README: Add link to librsvg
I had a surprising amount of trouble finding the librsvg project so I figured a link was welcome.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 4d42a53e..10bdcfb5 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,8 @@ For enhanced file previews (with `scope.sh`): * `img2txt` (from `caca-utils`) for ASCII-art image previews * `w3mimgdisplay`, `ueberzug`, `mpv`, `iTerm2`, `kitty`, `terminology` or `urxvt` for image previews * `convert` (from `imagemagick`) to auto-rotate images -* `rsvg-convert` (from `librsvg2-bin`) for SVG previews +* `rsvg-convert` (from [`librsvg`](https://wiki.gnome.org/Projects/LibRsvg)) + for SVG previews * `ffmpeg`, or `ffmpegthumbnailer` for video thumbnails * `highlight`, `bat` or `pygmentize` for syntax highlighting of code * `atool`, `bsdtar`, `unrar` and/or `7z` to preview archives |