-
Notifications
You must be signed in to change notification settings - Fork 870
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): mention install from git repo (#700)
- Loading branch information
1 parent
ac417a2
commit c081bdb
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,8 @@ 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 | ||
``` | ||
|
||
Alternatively, to link a local copy of the repo: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters