Add 'Migration from RTV' section to README

This commit is contained in:
John Helmert
2019-06-11 20:52:03 -05:00
parent 29461f5f88
commit db0be46523

View File

@@ -64,6 +64,21 @@ TUIR is available on [PyPI](https://pypi.python.org/pypi/tuir/) and can be insta
$ pip install tuir $ pip install tuir
``` ```
#### Migration from RTV
If you are migrating from RTV to TUIR, you can simply rename your old config directory/config file:
```bash
$ mv ~/.config/rtv ~/.config/tuir
$ mv ~/.config/tuir/rtv.cfg ~/.config/tuir/tuir.cfg
```
Please take care to use the new API keys for Imgur and Reddit. To replace with sed:
```bash
$ sed -i 's/E2oEtRQfdfAfNQ/zjyhNI7tK8ivzQ/; s/93396265f59dec9/b33d69ac8931734/' ~/.config/tuir/tuir.cfg
```
### Native packages ### Native packages
See [Repology](https://repology.org/metapackage/tuir/packages) for an up-to-date list of supported distro packages. See [Repology](https://repology.org/metapackage/tuir/packages) for an up-to-date list of supported distro packages.