From adc38e65d94e537d04aa4ce5d339bca0d9eec28a Mon Sep 17 00:00:00 2001 From: Dag Date: Sat, 8 Jul 2023 17:07:43 +0200 Subject: [PATCH] docs: add install method using composer (#3514) --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4487144d..e9f7360d 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,21 @@ Check out RSS-Bridge right now on https://rss-bridge.org/bridge01 or find anothe RSS-Bridge requires php 7.4 (or higher). -### Install with git: +### Install with composer or git -```bash +```shell +cd /var/www +composer create-project --no-dev rss-bridge/rss-bridge +``` + +```shell cd /var/www git clone https://github.com/RSS-Bridge/rss-bridge.git +``` +Config: + +```shell # Give the http user write permission to the cache folder chown www-data:www-data /var/www/rss-bridge/cache