Skip to content

Commit b4e9a11

Browse files
committed
docs: add Bun install instructions
1 parent 23d62f5 commit b4e9a11

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/content/getting-started/download.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Install CoreUI in your Node.js powered apps with [the yarn package](https://yarn
7272
yarn add @coreui/coreui
7373
```
7474

75+
### Bun
76+
77+
Install CoreUI in your Bun or Node.js powered apps with [the Bun CLI](https://bun.sh/):
78+
79+
```sh
80+
bun add @coreui/coreui
81+
```
82+
7583
### Composer
7684

7785
You can also install and manage CoreUI's Sass and JavaScript using [Composer](https://getcomposer.org/):

0 commit comments

Comments
 (0)