mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-03-31 17:55:37 +00:00
add missed php-sqlite3 dependency
This commit is contained in:
parent
46d1cb55ef
commit
af6cea82e5
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ RSS aggregator for different protocols
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
1. `apt install git composer php-fpm php-pdo php-mbstring` - install system dependencies
|
1. `apt install git composer php-fpm php-sqlite3 php-pdo php-mbstring` - install system dependencies
|
||||||
2. `git clone https://github.com/YGGverse/Pulsar.git` - get latest Pulsar version
|
2. `git clone https://github.com/YGGverse/Pulsar.git` - get latest Pulsar version
|
||||||
3. `cd Pulsar` - navigate project folder
|
3. `cd Pulsar` - navigate project folder
|
||||||
4. `composer update` - install application dependencies
|
4. `composer update` - install application dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue