Skip to content

Commit ac74f6c

Browse files
committed
Update readme
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent 86c24bc commit ac74f6c

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,21 @@ To install the Codellm-Devkit TypeScript SDK, you can use npm or yarn. Run the f
99

1010
### Using npm
1111
```bash
12-
npm install @codellm-devkit/typescript-sdk
12+
npm install --save github:codellm-devkit/typescript-sdk#initial-sdk
1313
```
1414

1515
### Using yarn
1616
```bash
17-
yarn add @codellm-devkit/typescript-sdk
17+
yarn add github:codellm-devkit/typescript-sdk#initial-sdk
18+
```
19+
If you are on yarn v1
20+
```bash
21+
yarn add codellm-devkit/typescript-sdk#initial-sdk
1822
```
1923

2024
### Using bun
2125
```bash
22-
bun add @codellm-devkit/typescript-sdk
26+
bun add github:codellm-devkit/typescript-sdk#initial-sdk
2327
```
2428

25-
### Manual Installation
26-
27-
Add the following to package.json:
28-
```json
29-
"dependencies": {
30-
"@codellm-devkit/typescript-sdk": "main"
31-
}
32-
```
3329
Then run `npm install`, `yarn install`, or `bun install` depending on your package manager.

0 commit comments

Comments
 (0)