Browse Source

add missed php-sqlite3 dependency

main
yggverse 2 months ago
parent
commit
af6cea82e5
  1. 2
      README.md

2
README.md

@ -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…
Cancel
Save