docs: add install method using composer (#3514)

This commit is contained in:
Dag 2023-07-08 17:07:43 +02:00 committed by GitHub
parent 0b95dc2d4f
commit adc38e65d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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