From dac5754efb7634c40a9a63c308933353a8808a55 Mon Sep 17 00:00:00 2001 From: Emil Godsk Date: Fri, 16 Feb 2018 09:59:54 +0100 Subject: [PATCH] Update unused download places --- docs/4.0/getting-started/download.md | 55 +++++++++++++--------------- 1 file changed, 26 insertions(+), 29 deletions(-) diff --git a/docs/4.0/getting-started/download.md b/docs/4.0/getting-started/download.md index b8c27119..250607e1 100755 --- a/docs/4.0/getting-started/download.md +++ b/docs/4.0/getting-started/download.md @@ -63,42 +63,39 @@ Bootstrap Material Design's `package.json` contains some additional metadata und - `sass` - path to Bootstrap Material Design's main [Sass](http://sass-lang.com/) source file - `style` - path to Bootstrap Material Design's non-minified CSS that's been precompiled using the default settings (no customization) ---- -### 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): + -{% highlight ruby %} -gem 'bootstrap', '~> {{ site.current_ruby_version }}' -{% endhighlight %} + -Alternatively, if you're not using Bundler, you can install the gem by running this command: + + + -{% highlight sh %} -gem install bootstrap -v {{ site.current_version }} -{% endhighlight %} + -[See the gem's README](https://github.com/twbs/bootstrap-rubygem/blob/master/README.md) for further details. ---- ---- -### Composer + + + -You can also install and manage Bootstrap's Sass and JavaScript using [Composer](https://getcomposer.org/): + -{% highlight sh %} -composer require twbs/bootstrap:{{ site.current_version }} -{% endhighlight %} ---- ---- -### NuGet + -If you develop in .NET, you can also install and manage Bootstrap's [CSS](https://www.nuget.org/packages/bootstrap/) or [Sass](https://www.nuget.org/packages/bootstrap.sass/) and JavaScript using [NuGet](https://www.nuget.org/): + -{% highlight powershell %} -Install-Package bootstrap -{% endhighlight %} + + + -{% highlight powershell %} -Install-Package bootstrap.sass -{% endhighlight %} ---- + + + + + + + + + + +