From b210061758bbded2f6cb5dbe97759cc92919cb03 Mon Sep 17 00:00:00 2001 From: David Peter Date: Sun, 20 Sep 2020 18:22:54 +0200 Subject: [PATCH] Update README regarding database/theme paths. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da04634..da21c98 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,6 @@ pacman -S vivid Check out the [release page](https://github.com/sharkdp/vivid/releases) for binary builds. -Make sure that you install the contents of the `share/vivid` folder to -`/usr/share/vivid` or `$HOME/.config/vivid` on POSIX systems and `%APPDATA%\vivid` on Windows systems. - ### Via cargo If you have Rust 1.31 or higher, you can install `vivid` from source via `cargo`: @@ -73,7 +70,13 @@ If you have Rust 1.31 or higher, you can install `vivid` from source via `cargo` cargo install vivid ``` -Make sure to install the assets (database: `$srcdir/config/filetypes.yml` and themes: `$srcdir/themes`) to one of the locations listed in the ["On other distributions" section](#on-other-distributions). +## Customization + +Copy the contents of the `share/vivid` folder in this repository to +`/usr/share/vivid`, `$HOME/.config/vivid`, or `$XDG_CONFIG_PATH/vivid` +on POSIX systems, or to `%APPDATA%\vivid` on Windows systems. + +You can then start to modify these files or add new themes. ## License