mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-03-31 17:55:37 +00:00
update readme
This commit is contained in:
parent
46bbf48f5f
commit
ecc7c66143
1 changed files with 6 additions and 3 deletions
|
|
@ -14,6 +14,9 @@ RSS Aggregator
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. `git clone https://github.com/YGGverse/Pulsar.git`
|
1. `apt install git composer php-fpm php-pdo php-mbstring` - install dependencies
|
||||||
2. `cp config/example.json name.json` - setup your feed
|
2. `git clone https://github.com/YGGverse/Pulsar.git`
|
||||||
3. `php src/crawler.php name.json` - crawl feeds configured by `name.json` - manually or using crontab
|
3. `cd Pulsar` - navigate project folder
|
||||||
|
4. `composer update` - grab latest dependencies
|
||||||
|
5. `cp config/example.json name.json` - setup your feed
|
||||||
|
6. `php src/crawler.php config=name.json` - crawl feeds configured by `name.json` - manually or using crontab
|
||||||
Loading…
Add table
Add a link
Reference in a new issue