Skip to content

Commit 8ed8355

Browse files
Electroidjulien-deramond
authored andcommitted
Docs: add Bun install instructions (twbs#41277)
Co-authored-by: Julien Déramond <[email protected]>
1 parent 2776c57 commit 8ed8355

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Several quick start options are available:
5050
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
5151
- Install with [npm](https://www.npmjs.com/): `npm install [email protected]`
5252
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected]`
53+
- Install with [Bun](https://bun.sh/): `bun add [email protected]`
5354
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.3.5`
5455
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
5556

site/content/docs/5.3/getting-started/download.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ yarn start # Start the project
111111
```
112112
{{< /callout >}}
113113

114+
### Bun
115+
116+
Install Bootstrap in your Bun or Node.js powered apps with [the Bun CLI](https://bun.sh/):
117+
118+
```sh
119+
bun add bootstrap@{{< param "current_version" >}}
120+
```
121+
114122
### RubyGems
115123

116124
Install Bootstrap in your Ruby apps using [Bundler](https://bundler.io/) (**recommended**) and [RubyGems](https://rubygems.org/) by adding the following line to your [`Gemfile`](https://bundler.io/guides/gemfile.html):

0 commit comments

Comments
 (0)