Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 3c1564b

Browse files
Updated README.md
1 parent f0aa0b2 commit 3c1564b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ This repository consists out of one main component:
1818

1919
1. The source code of the SDK itself: `/`
2020

21+
## Installation
22+
23+
From the folder where your `package.json` is located, run the following command to install the SDK:
24+
25+
npm i connect-sdk-nodejs
26+
2127
## Building the repository
2228

23-
1. From the root of the project install all dependencies: `npm install`.
29+
From the root of the project install all dependencies:
30+
31+
npm install

0 commit comments

Comments
 (0)