File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1821822 . Install dependencies:
183183
184184``` bash
185- pnpm install
185+ bun install
186186```
187187
1881883 . Build the plugin:
189189
190190``` bash
191- pnpm run build
191+ bun run build
192192```
193193
1941944 . 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
293293The 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
299299Contributions are welcome! Please see the [ CONTRIBUTING.md] ( CONTRIBUTING.md ) file for more information.
You can’t perform that action at this time.
0 commit comments