From 51f6ec8dc1185d6587b486c549ffb1e7bdcf7fb2 Mon Sep 17 00:00:00 2001 From: Dag Date: Mon, 5 Sep 2022 02:32:06 +0200 Subject: [PATCH] Update README.md (#3005) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbe9ef42..7b592483 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Check out RSS-Bridge right now on https://rss-bridge.org/bridge01 or find anothe ## Tutorial +RSS-Bridge requires php 7.4. + ### Install with git: ```bash @@ -47,7 +49,7 @@ Example config for nginx: # /etc/nginx/sites-enabled/rssbridge server { listen 80; - # server_name example.com; + server_name example.com; root /var/www/rss-bridge; index index.php; @@ -101,7 +103,7 @@ Learn more in ### Create a bridge -Create the new bridge in `bridges/ExecuteBridge.php`: +Create the new bridge in e.g. `bridges/ExecuteBridge.php`: ```php whitelist.txt