From 1852a80df04331883eee3af566ae55e5ea49e1ec Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:55:52 +0100 Subject: [PATCH] chore(docs): mention install from git repo (#302) --- CONTRIBUTING.md | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc4937bd..182daca5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,6 +43,8 @@ To install via git: ```bash npm install --save git+ssh://git@github.com:anthropics/anthropic-sdk-typescript.git +# or +yarn add git+ssh://git@github.com:anthropics/anthropic-sdk-typescript.git ``` Alternatively, to link a local copy of the repo: diff --git a/README.md b/README.md index 3e62d5af..bbdd3f64 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ The REST API documentation can be found [on docs.anthropic.com](https://docs.ant ## Installation ```sh +# install from NPM npm install --save @anthropic-ai/sdk # or yarn add @anthropic-ai/sdk