From f547928ae932810cfd05e459a8aceed94ef3ec6b Mon Sep 17 00:00:00 2001 From: Omri Gezundhait Date: Wed, 11 Oct 2023 13:46:01 +0300 Subject: [PATCH] changing orders for requirements to be before installation --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 02572f8..2f0baff 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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