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