From d22e549a21e42268560223dc86af4cdef7798b52 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Tue, 26 Nov 2019 18:21:01 +0800 Subject: [PATCH] chore: move --- README.md | 4 ++-- remove_iframe_sandbox/init.php => init.php | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename remove_iframe_sandbox/init.php => init.php (100%) diff --git a/README.md b/README.md index d173aaf..6966d80 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Tiny Tiny RSS plugin to remove sandbox attribute on some iframes in feeds, to ma ## Installation -1. Download the folder `remove_iframe_sandbox` -1. Move the folder `remove_iframe_sandbox` to your TT-RSS plugins directory +1. Checkout the directory into your TT-RSS root folder +1. `git clone https://github.com/DIYgod/ttrss-plugin-remove-iframe-sandbox.git plugins.local/remove_iframe_sandbox` 1. Enable `remove_iframe_sandbox` in your TT-RSS's `Preferences` -> `Plugins` or diff --git a/remove_iframe_sandbox/init.php b/init.php similarity index 100% rename from remove_iframe_sandbox/init.php rename to init.php