Skip to content

Commit 640bb73

Browse files
mark-terminusdbgitbook-bot
authored andcommitted
GitBook: [#24] Modifying client installation steps
1 parent 5e57687 commit 640bb73

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Diff for: readme/terminusx/install/install-javascript-client.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,17 @@ A list of prerequisite components depending on your operating system. Click on t
2424

2525
You can install and use the TerminusDB client as a [NodeJS module](install-javascript-client.md#install-client-as-a-nodejs-module) using `npm` or directly as a [minified JavaScript file](install-javascript-client.md#install-client-as-a-minified-script).
2626

27-
### Install client as a NodeJS module
27+
### Install client as a NodeJS module 
2828

29-
Install TerminusDB client using `npm`.
29+
Using npm we can install the package in a new NodeJs project or existing one using following commands:
30+
31+
Go to a NodeJs project folder:
32+
33+
```bash
34+
$ cd ../projectfolder/
35+
```
36+
37+
Install the package
3038

3139
```bash
3240
$ npm install --save @terminusdb/terminusdb-client

0 commit comments

Comments
 (0)