mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
public commit
This commit is contained in:
14
docs/snippets/install-bknd.mdx
Normal file
14
docs/snippets/install-bknd.mdx
Normal file
@@ -0,0 +1,14 @@
|
||||
<CodeGroup>
|
||||
```bash npm
|
||||
npm install bknd
|
||||
```
|
||||
```bash pnpm
|
||||
pnpm install bknd
|
||||
```
|
||||
```bash yarn
|
||||
yarn add bknd
|
||||
```
|
||||
```bash bun
|
||||
bun install bknd
|
||||
```
|
||||
</CodeGroup>
|
||||
Reference in New Issue
Block a user