Skip to content

Commit cb07fc9

Browse files
committed
use bun in readme
1 parent 281bd73 commit cb07fc9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The EVM plugin provides comprehensive functionality for interacting with EVM-com
2020
## Installation
2121

2222
```bash
23-
pnpm install @elizaos/plugin-evm
23+
bun add @elizaos/plugin-evm
2424
```
2525

2626
## Configuration
@@ -182,19 +182,19 @@ Execute the proposal with ID 1 on the 0xdeadbeef00000000000000000000000000000000
182182
2. Install dependencies:
183183

184184
```bash
185-
pnpm install
185+
bun install
186186
```
187187

188188
3. Build the plugin:
189189

190190
```bash
191-
pnpm run build
191+
bun run build
192192
```
193193

194194
4. Run tests:
195195

196196
```bash
197-
pnpm test
197+
bun test
198198
```
199199

200200
## API Reference
@@ -293,7 +293,7 @@ We welcome community feedback and contributions to help prioritize these enhance
293293
The plugin contains tests. Whether you're using **TDD** or not, please make sure to run the tests before submitting a PR:
294294

295295
```bash
296-
pnpm test
296+
bun test
297297
```
298298

299299
Contributions are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for more information.

0 commit comments

Comments
 (0)