Skip to content

Commit

Permalink
Entry in README.md Unix shell is required for running Dhalang #55
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsSteensma authored Jul 28, 2024
1 parent c5b00ed commit 9750a2d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
* Scrape HTML from webpages



## Prerequisites
* Node ≥ 18
* Puppeteer ≥ 22
* Unix shell ( Dhalang will not work on Windows shells )

## Installation
Add this line to your application's Gemfile:

Expand All @@ -25,7 +29,6 @@ Install puppeteer in your application's root directory:

$ npm install puppeteer

<sub>Dhalang and Puppeteer require Node ≥ 18 and Puppeteer ≥ 22</sub>
## Usage
__PDF of a website url__
```ruby
Expand Down

0 comments on commit 9750a2d

Please sign in to comment.