Update README.md

This commit is contained in:
Michael Lazar
2017-09-21 12:03:59 -04:00
committed by GitHub
parent 1d6c35aead
commit a9d6bea90e

View File

@@ -34,7 +34,8 @@ RTV is built in **python** using the **curses** library.
* [Demo](#demo) * [Demo](#demo)
* [Installation](#installation) * [Installation](#installation)
* [Usage](#usage) * [Usage](#usage)
* [Settings](#settings) * [Settings](#settings)
* [Themes](#themes)
* [FAQ](#faq) * [FAQ](#faq)
* [Contributing](#contributing) * [Contributing](#contributing)
* [License](#license) * [License](#license)
@@ -168,6 +169,31 @@ RTV supports copying submission links to the OS clipboard.
On macOS this is supported out of the box. On macOS this is supported out of the box.
On Linux systems you will need to install either [xsel](http://www.vergenet.net/~conrad/software/xsel/) or [xclip](https://sourceforge.net/projects/xclip/). On Linux systems you will need to install either [xsel](http://www.vergenet.net/~conrad/software/xsel/) or [xclip](https://sourceforge.net/projects/xclip/).
## Themes
<table>
<tr>
<td align="center">
<strong>Solarized Dark</strong>
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_solarized_dark.png"></img>
</td>
<td align="center">
<strong>Solarized Light</strong>
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_solarized_light.png"></img>
</td>
</tr>
<tr>
<td align="center">
<strong>Papercolor</strong>
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_papercolor.png"></img>
</td>
<td align="center">
<strong>Molokai</strong>
<img src="https://github.com/michael-lazar/rtv/blob/themes/resources/theme_molokai.png"></img>
</td>
</tr>
</table>
## FAQ ## FAQ
**Why am I getting an error during installation/when launching rtv?** **Why am I getting an error during installation/when launching rtv?**