Skip to content

Commit 1852a80

Browse files
stainless-botRobertCraigie
authored andcommitted
chore(docs): mention install from git repo (#302)
1 parent 95232ed commit 1852a80

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ To install via git:
4343

4444
```bash
4545
npm install --save git+ssh://[email protected]:anthropics/anthropic-sdk-typescript.git
46+
# or
47+
yarn add git+ssh://[email protected]:anthropics/anthropic-sdk-typescript.git
4648
```
4749

4850
Alternatively, to link a local copy of the repo:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The REST API documentation can be found [on docs.anthropic.com](https://docs.ant
99
## Installation
1010

1111
```sh
12+
# install from NPM
1213
npm install --save @anthropic-ai/sdk
1314
# or
1415
yarn add @anthropic-ai/sdk

0 commit comments

Comments
 (0)