diff options
| author | Matheus Rocha Vieira <[email protected]> | 2018-10-30 06:27:13 -0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-30 11:27:13 +0200 |
| commit | 77ff5e8e42da7da376fe3efa24673f59a38b36eb (patch) | |
| tree | 8a29e60550e55f1b4758c59fb354eeaef9286801 /site/docs | |
| parent | e0fa9a812c404371a62aab0ae7e69ff9302e82b6 (diff) | |
| download | bootstrap-77ff5e8e42da7da376fe3efa24673f59a38b36eb.tar.xz bootstrap-77ff5e8e42da7da376fe3efa24673f59a38b36eb.zip | |
download page: add Yarn (#27544)
Diffstat (limited to 'site/docs')
| -rw-r--r-- | site/docs/4.1/getting-started/download.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/site/docs/4.1/getting-started/download.md b/site/docs/4.1/getting-started/download.md index e0845564c..d618c5d13 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): |
