Skip to content

Commit 29ecab8

Browse files
authored
docs: Add install code to README
1 parent 03a0d8a commit 29ecab8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Zero dependency, type-safe, decorator-free Inversion of Control (IoC) container.
88

99
</div>
1010

11+
```sh
12+
pnpm add @aklinker1/zero-ioc
13+
bun add @aklinker1/zero-ioc
14+
deno add @aklinker1/zero-ioc
15+
```
16+
1117
## Usage
1218

1319
Define your services. You can use classes or factory functions:

0 commit comments

Comments
 (0)