From db0be46523dfeac086c6494d7f4ab741b6cb8c6e Mon Sep 17 00:00:00 2001 From: John Helmert Date: Tue, 11 Jun 2019 20:52:03 -0500 Subject: [PATCH] Add 'Migration from RTV' section to README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 9063b43..6b086f5 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,21 @@ TUIR is available on [PyPI](https://pypi.python.org/pypi/tuir/) and can be insta $ 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 See [Repology](https://repology.org/metapackage/tuir/packages) for an up-to-date list of supported distro packages.