diff --git a/packages/node-sdk/README.md b/packages/node-sdk/README.md index e1f2cc86..edf47c0b 100644 --- a/packages/node-sdk/README.md +++ b/packages/node-sdk/README.md @@ -6,9 +6,49 @@ Bucket supports feature toggling, tracking feature usage, collecting feedback on ## Installation -Install using `yarn` or `npm` with: +Install using your favourite package manager: -> `yarn add -s @bucketco/node-sdk` or `npm install -s @bucketco/node-sdk`. +{% tabs %} +{% tab title="npm" %} + +```sh +npm i @bucketco/node-sdk +``` + +{% endtab %} + +{% tab title="yarn" %} + +```sh +yarn add @bucketco/node-sdk +``` + +{% endtab %} + +{% tab title="bun" %} + +```sh +bun add @bucketco/node-sdk +``` + +{% endtab %} + +{% tab title="pnpm" %} + +```sh +pnpm add @bucketco/node-sdk +``` + +{% endtab %} + +{% tab title="deno" %} + +```sh +deno add npm:@bucketco/node-sdk +``` + +{% endtab %} +{% endtabs %} Other supported languages/frameworks are in the [Supported languages](https://docs.bucket.co/quickstart/supported-languages) documentation pages.