Skip to content

Commit

Permalink
docs(readme): remove section re passing bin path for unix installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Mar 12, 2024
1 parent 79dab59 commit 69a6fa1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ For macOS users, you can download the latest versions with [Homebrew](https://br
brew install poppler
```

Once they have been installed, you will need to pass the `poppler-utils` installation directory as a parameter to an instance of the Poppler class:

```js
const { Poppler } = require("node-poppler");
const poppler = new Poppler("/usr/bin");
```

## Example usage

Please refer to the [JSDoc comments in the source code](./src/index.js) or the [generated type definitions](https://www.npmjs.com/package/node-poppler?activeTab=code) for information on the available options.
Expand Down

0 comments on commit 69a6fa1

Please sign in to comment.