Skip to content

Commit 2a35c89

Browse files
committed
update readme
1 parent 07d5ccd commit 2a35c89

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@ A basic example of how to use DeepSeek's r1 with Groq to automatically create a
55
## Setup
66

77
1. Clone the repo
8-
2. Create a `.env.local` file with the following variables:
8+
2. In the root of the repo, run `npm install`
9+
3. Create a `.env.local` file with the following variables:
910

10-
```
11+
```env
1112
GROQ_API_KEY= # Your Groq API key
1213
GITHUB_TOKEN= # GITHUB PAT TOKEN WITH REPO SCOPE
1314
GITHUB_OWNER= # The owner of the repository
1415
GITHUB_REPO= # The name of the repository
1516
```
1617

17-
3. Run the script
18+
4. Run the script:
1819

19-
```
20+
```bash
2021
npm run start
2122
```
2223

23-
4. Watch the PR be created
24-
5. Check GitHub to see the PR
24+
5. Watch the PR be created
25+
6. Check GitHub to see the PR

0 commit comments

Comments
 (0)