Skip to content

Commit

Permalink
[BREAKING CHANGE]: Pushed a doc change to trigger a major v
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Oct 24, 2023
1 parent b7a4390 commit e71650c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ $ npm install node-jq --save
$ yarn add node-jq
```

## Fast

You can use `jq` directly after installing it:

```bash
npx jq '.foo' package.json
```

## Advanced installation

By default, `node-jq` downloads `jq` during the installation process with a post-install script. Depending on your SO downloads from [https://github.com/jqlang/jq/releases] into `./node_modules/node-jq/bin/jq` to avoid colisions with any global installation. Check #161 #167 #171 for more information. You can safely rely on this location for your installed `jq`, we won't change this path without a major version upgrade.
Expand Down

0 comments on commit e71650c

Please sign in to comment.