Skip to content

Commit 205c212

Browse files
Daniel Kobrangitbook-bot
Daniel Kobran
authored andcommitted
GitBook: [master] one page modified
1 parent 22eb49e commit 205c212

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

get-started/node.js-client-installation.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ After downloading, make sure the 'paperspace' binary is permitted to run on your
1313
For this option you will need [Node.js](https://nodejs.org/) v8.12.0 or later. Check your Node.js version by running `node -v`. Node.js comes bundled with `npm`, the Node.js package management tool, which you'll use to install this package. Install the package using the -g option as follows:
1414

1515
```text
16-
$ npm install -g paperspace-node
16+
npm install -g paperspace-node
1717
```
1818

1919
We recommend installing the paperspace-node package globally so that the `paperspace` command will be available on your command line everywhere on your system. If you want to make it available only within an individual Node.js project, you can install it for use only in the current directory by omitting the `-g` flag.
2020

21-
#### [Release Notes](https://paperspace.github.io/paperspace-node/releasenotes.md)
21+
## Release Notes
22+
23+
You can view the Node.js client release notes [here](https://paperspace.github.io/paperspace-node/releasenotes.md). CORE product release notes are available on the Paperspace [changelog](https://updates.paperspace.com/?label=6750).
2224

0 commit comments

Comments
 (0)