You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/docs/4.1/getting-started/download.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,14 @@ Bootstrap's `package.json` contains some additional metadata under the following
63
63
-`sass` - path to Bootstrap's main [Sass](https://sass-lang.com/) source file
64
64
-`style` - path to Bootstrap's non-minified CSS that's been precompiled using the default settings (no customization)
65
65
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
+
66
74
### RubyGems
67
75
68
76
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