Skip to content

Commit dbfb314

Browse files
committed
chore: update contributing.md
1 parent 6daf60d commit dbfb314

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,14 @@ If you don't want to squash your commits, make sure that your commits follow the
3232

3333
### Commands
3434

35-
Checkout the [protocol](https://github.com/GetStream/protocol) or [chat](https://github.com/GetStream/chat) reporisitories and run one of the following commands:
35+
Checkout the [chat](https://github.com/GetStream/chat) reporisitory and run the following command:
3636

3737
```shell
38-
# if you have protocol repo:
3938
$ yarn generate:open-api
40-
# if you have chat repo
41-
$ yarn generate:open-api:dev
4239
```
4340

41+
The command expects that chat repo is located at `../chat`.
42+
4443
## Release (for Stream developers)
4544

4645
Releasing this package involves two GitHub Action steps:

0 commit comments

Comments
 (0)