Skip to content

Commit f528b8c

Browse files
committed
docs: bun add
- https://bun.sh/docs/cli/add Signed-off-by: Lexus Drumgold <[email protected]>
1 parent e581b40 commit f528b8c

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ a command line builder
2828

2929
This package is [ESM only][esm].
3030

31-
In Node.js with [yarn][]:
31+
With [yarn][]:
3232

3333
```sh
3434
yarn add @flex-development/kronk
@@ -37,7 +37,19 @@ yarn add @flex-development/kronk
3737
<blockquote>
3838
<small>
3939
See <a href='https://yarnpkg.com/protocol/git'>Git - Protocols | Yarn</a>
40-
&nbsp;for details regarding installing from Git.
40+
&nbsp;for info regarding installing from Git.
41+
</small>
42+
</blockquote>
43+
44+
With [bun][]:
45+
46+
```sh
47+
bun add @flex-development/kronk
48+
```
49+
50+
<blockquote>
51+
<small>
52+
See <a href='https://bun.com/docs/cli/add'><code>bun add</code></a> for more details.
4153
</small>
4254
</blockquote>
4355

@@ -56,6 +68,8 @@ See [`CONTRIBUTING.md`](CONTRIBUTING.md).
5668
This project has a [code of conduct](./CODE_OF_CONDUCT.md). By interacting with this repository, organization, or
5769
community you agree to abide by its terms.
5870

71+
[bun]: https://bun.sh
72+
5973
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
6074

6175
[typescript]: https://www.typescriptlang.org

0 commit comments

Comments
 (0)