Skip to content

Commit 9999664

Browse files
committed
Apply suggestion from CodeRabbit
1 parent aa7fb1a commit 9999664

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/sdk/CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ the `.tool-versions` file in your local project where you'd like to use the SDK.
6767
For example, in your app's directory:
6868

6969
```shell
70-
grep nodejs ${PIPEDREAM_REPO_PATH}/packages/sdk/.tool-versions >> .tool-versions
70+
# Replace /path/to/pipedream with the actual path to this repository
71+
grep nodejs /path/to/pipedream/packages/sdk/.tool-versions >> .tool-versions
7172
asdf install
7273
pnpm install @pipedream/sdk
7374
```

0 commit comments

Comments
 (0)