Skip to content

Commit

Permalink
Merge pull request #4 from port-labs/fixOrder
Browse files Browse the repository at this point in the history
changing orders for requirements to be before installation
  • Loading branch information
MatanHeledPort authored Oct 11, 2023
2 parents 21de458 + f547928 commit 9cb3666
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

This is a library for Node.js that provides C bindings to the [jq](https://stedolan.github.io/jq/) library. It allows you to use jq to extract and manipulate data from JSON objects in Node.js.

## Installation

```
npm install @port-labs/jq-node-bindings
```

## Requirements

To use this library, you must have `node-gyp` installed on your system. and the following libraries
Expand Down Expand Up @@ -49,7 +43,11 @@ To use this library, you must have `node-gyp` installed on your system. and the
sudo apt-get install -y autoconf make libtool automake
```
## Installation
```
npm install @port-labs/jq-node-bindings
```
## Usage
Expand Down

0 comments on commit 9cb3666

Please sign in to comment.