mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add requirements section to README
This commit is contained in:
parent
614f91215b
commit
d2a6729e78
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@ Along with docker-compose you will need to run our `puppeteer-parse` service. Th
|
|||
fetch web page content and relies on puppeteer and chromium which currently do not run inside of
|
||||
docker.
|
||||
|
||||
### Requirements
|
||||
|
||||
* [Node](https://nodejs.org/) -- currently we are using nodejs v14.18
|
||||
* [Chromium](https://www.chromium.org/chromium-projects/) -- see below for installation info
|
||||
|
||||
### Running the web and API services
|
||||
|
||||
### 1. Start docker-compose
|
||||
|
|
|
|||
Loading…
Reference in a new issue