Skip to content

Commit

Permalink
chore(docs): mention install from git repo (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Mar 13, 2024
1 parent 181a5dd commit 18d9cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ To install via git:

```bash
npm install --save git+ssh://git@github.com:openai/openai-node.git
# or
yarn add git+ssh://git@github.com:openai/openai-node.git
```

Alternatively, to link a local copy of the repo:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ To learn how to use the OpenAI API, check out our [API Reference](https://platfo
## Installation

```sh
# install from NPM
npm install --save openai
# or
yarn add openai
Expand Down

0 comments on commit 18d9cb7

Please sign in to comment.