1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Docs: add Bun install instructions (#41277)

Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
Ashcon Partovi
2025-04-04 12:34:27 -07:00
committed by GitHub
parent 85f23534bd
commit 41cbd4d581
2 changed files with 9 additions and 0 deletions

View File

@@ -111,6 +111,14 @@ yarn start # Start the project
```
{{< /callout >}}
### Bun
Install Bootstrap in your Bun or Node.js powered apps with [the Bun CLI](https://bun.sh/):
```sh
bun add bootstrap@{{< param "current_version" >}}
```
### RubyGems
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):