From 76d4247149fd321254219f7efbf0b5b6e9fd042b Mon Sep 17 00:00:00 2001 From: krypt77 Date: Sun, 13 Jul 2025 15:56:15 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 931ee5f..bdc8335 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ RSS Feed → Parse XML → Filter by date → Check duplicates → Format messag 1. **Clone the repository** ```bash - git clone https://github.com/yourusername/rss-to-telegram-bot.git + git clone https://gitea.it/krypt77/RSS-To-Telegram-Bot.git cd rss-to-telegram-bot ``` @@ -207,14 +207,6 @@ chmod 755 rss-to-telegram-bot.php chmod 666 rss_state.json rss_log.txt ``` -## Contributing - -1. Fork the repository -2. Create a feature branch (`git checkout -b feature/improvement`) -3. Commit your changes (`git commit -am 'Add new feature'`) -4. Push to the branch (`git push origin feature/improvement`) -5. Create a Pull Request - ## License This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.