Skip to content

Commit 18d9cb7

Browse files
committed
chore(docs): mention install from git repo (#700)
1 parent 181a5dd commit 18d9cb7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ To install via git:
4343

4444
```bash
4545
npm install --save git+ssh://[email protected]:openai/openai-node.git
46+
# or
47+
yarn add git+ssh://[email protected]:openai/openai-node.git
4648
```
4749

4850
Alternatively, to link a local copy of the repo:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ To learn how to use the OpenAI API, check out our [API Reference](https://platfo
1111
## Installation
1212

1313
```sh
14+
# install from NPM
1415
npm install --save openai
1516
# or
1617
yarn add openai

0 commit comments

Comments
 (0)