File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ a command line builder
2828
2929This package is [ ESM only] [ esm ] .
3030
31- In Node.js with [ yarn] [ ] :
31+ With [ yarn] [ ] :
3232
3333``` sh
3434yarn 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- for details regarding installing from Git.
40+ 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).
5668This project has a [ code of conduct] ( ./CODE_OF_CONDUCT.md ) . By interacting with this repository, organization, or
5769community 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
You can’t perform that action at this time.
0 commit comments