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 87b9539 commit 9012e8fCopy full SHA for 9012e8f
README.md
@@ -37,6 +37,10 @@ restate.endpoint()
37
38
## Using the SDK
39
40
+Prerequisites:
41
+- [NodeJS](https://nodejs.org/en/) >= v18.17.1 or [Bun](https://bun.sh/docs/installation) or [Deno](https://deno.land/#installation)
42
+- [npm CLI](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) >= 9.6.7
43
+
44
To use this SDK, add the dependency to your project:
45
```shell
46
npm install @restatedev/restate-sdk
0 commit comments