From: Matheus Rocha Vieira Date: Tue, 30 Oct 2018 09:27:13 +0000 (-0300) Subject: download page: add Yarn (#27544) X-Git-Tag: v4.2.0~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77ff5e8e42da7da376fe3efa24673f59a38b36eb;p=thirdparty%2Fbootstrap.git download page: add Yarn (#27544) --- diff --git a/site/docs/4.1/getting-started/download.md b/site/docs/4.1/getting-started/download.md index e0845564cb..d618c5d130 100644 --- a/site/docs/4.1/getting-started/download.md +++ b/site/docs/4.1/getting-started/download.md @@ -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):