Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove extraneous --save and yarn install instructions #710

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ If you’d like to use the repository from source, you can either install from g
To install via git:

```bash
npm install --save git+ssh://[email protected]:openai/openai-node.git
# or
yarn add git+ssh://[email protected]:openai/openai-node.git
npm install git+ssh://[email protected]:openai/openai-node.git
```

Alternatively, to link a local copy of the repo:
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +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
npm install openai
```

You can import in Deno via:
Expand Down