]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
download page: add Yarn (#27544)
authorMatheus Rocha Vieira <matheusrv@email.com>
Tue, 30 Oct 2018 09:27:13 +0000 (06:27 -0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 30 Oct 2018 09:27:13 +0000 (11:27 +0200)
site/docs/4.1/getting-started/download.md

index e0845564cb237d2ac6c87625300e9c38b80984e6..d618c5d13065afbe04a65203b9cab86ce4e39c0d 100644 (file)
@@ -63,6 +63,14 @@ Bootstrap's `package.json` contains some additional metadata under the following
 - `sass` - path to Bootstrap's main [Sass](https://sass-lang.com/) source file
 - `style` - path to Bootstrap's non-minified CSS that's been precompiled using the default settings (no customization)
 
+### yarn
+
+Install Bootstrap in your Node.js powered apps with [the yarn package](https://yarnpkg.com/en/package/yarn):
+
+{% highlight sh %}
+yarn add bootstrap
+{% endhighlight %}
+
 ### 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/gemfile.html):