mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
docs: add install method using composer (#3514)
This commit is contained in:
parent
0b95dc2d4f
commit
adc38e65d9
1 changed files with 11 additions and 2 deletions
13
README.md
13
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue