From 18d9cb729d23871976368e8b5c40515661a8bd4b Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:57:12 +0100 Subject: [PATCH] chore(docs): mention install from git repo (#700) --- CONTRIBUTING.md | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 693e9ea70..297322d17 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: diff --git a/README.md b/README.md index 68d356f8f..dd3ac15c0 100644 --- a/README.md +++ b/README.md @@ -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