Skip to content

Commit 77ff5e8

Browse files
Matheus Rocha VieiraXhmikosR
Matheus Rocha Vieira
authored andcommitted
download page: add Yarn (#27544)
1 parent e0fa9a8 commit 77ff5e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site/docs/4.1/getting-started/download.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ Bootstrap's `package.json` contains some additional metadata under the following
6363
- `sass` - path to Bootstrap's main [Sass](https://sass-lang.com/) source file
6464
- `style` - path to Bootstrap's non-minified CSS that's been precompiled using the default settings (no customization)
6565

66+
### yarn
67+
68+
Install Bootstrap in your Node.js powered apps with [the yarn package](https://yarnpkg.com/en/package/yarn):
69+
70+
{% highlight sh %}
71+
yarn add bootstrap
72+
{% endhighlight %}
73+
6674
### RubyGems
6775

6876
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/gemfile.html):

0 commit comments

Comments
 (0)