Skip to content

Commit

Permalink
Updating path for npm package (#320)
Browse files Browse the repository at this point in the history
NPM package code-review-gpt is present inside /packages directory. Current installation instructions assume a different folder structure and lead to "no such directory" error.
  • Loading branch information
gurnkaur committed Mar 20, 2024
1 parent 316110f commit 87f656d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ See the [action documentation](action.md) for more information.

```shell
git clone https://github.com/mattzcarey/code-review-gpt.git
cd code-review-gpt && cd code-review-gpt
cd code-review-gpt && cd packages/code-review-gpt
```

2. Install dependencies:
Expand Down

0 comments on commit 87f656d

Please sign in to comment.