Commit 77ff5e8e authored by Matheus Rocha Vieira's avatar Matheus Rocha Vieira Committed by XhmikosR
Browse files

download page: add Yarn (#27544)

parent e0fa9a81
Showing with 8 additions and 0 deletions
+8 -0
......@@ -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):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment