Skip to content

Commit

Permalink
Update README regarding database/theme paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp authored Sep 20, 2020
1 parent 0381748 commit b210061
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,20 @@ 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`:
```
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

Expand Down

0 comments on commit b210061

Please sign in to comment.