We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7fb1a commit 9999664Copy full SHA for 9999664
packages/sdk/CONTRIBUTING.md
@@ -67,7 +67,8 @@ the `.tool-versions` file in your local project where you'd like to use the SDK.
67
For example, in your app's directory:
68
69
```shell
70
-grep nodejs ${PIPEDREAM_REPO_PATH}/packages/sdk/.tool-versions >> .tool-versions
+# Replace /path/to/pipedream with the actual path to this repository
71
+grep nodejs /path/to/pipedream/packages/sdk/.tool-versions >> .tool-versions
72
asdf install
73
pnpm install @pipedream/sdk
74
```
0 commit comments