From 8b5c5408bb1a00993809a3f6c2b8e5a97433a55d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 3 Jan 2017 19:23:30 -0800 Subject: remove some docs callouts --- docs/getting-started/download.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/getting-started/download.md') diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index e23b26b7c..e953889f8 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -36,10 +36,6 @@ Skip the download and use the Bootstrap CDN to deliver Bootstrap's compiled CSS Pull in Bootstrap's **source files** into nearly any project with some of the most popular package managers. No matter the package manager, Bootstrap will **require a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), and [postcss-flexbugs-fixes](https://github.com/luisrudge/postcss-flexbugs-fixes)** for a setup that matches our official compiled versions. -{% callout warning %} -**Heads up!** Not all package managers have the v4 alpha published yet, but we should have them up shortly! -{% endcallout %} - ### npm Install Bootstrap in your Node powered apps with [the npm package](https://www.npmjs.org/package/bootstrap): -- cgit v1.2.3 From 7ea1417b905a5e6da63aa1db8bc21dce31452133 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 6 Jan 2017 08:39:00 -0800 Subject: rubygems version bump --- docs/getting-started/download.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started/download.md') diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index e953889f8..80f762a8d 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -56,13 +56,13 @@ Bootstrap's `package.json` contains some additional metadata under the following 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', '~> 4.0.0.alpha5' +gem 'bootstrap', '~> 4.0.0.alpha6' {% endhighlight %} Alternatively, if you're not using Bundler, you can install the gem by running this command: {% highlight bash %} -gem install bootstrap -v 4.0.0.alpha5 +gem install bootstrap -v 4.0.0.alpha6 {% endhighlight %} [See the gem's README](https://github.com/twbs/bootstrap-rubygem/blob/master/README.md) for further details. -- cgit v1.2.3 From e8015e3f16e87c5ebaf6b10d9f627a1dc7f8fe65 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Mon, 27 Feb 2017 21:42:26 +1100 Subject: Fix broken links. --- docs/getting-started/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started/download.md') diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index 80f762a8d..2323d3e4d 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -38,7 +38,7 @@ Pull in Bootstrap's **source files** into nearly any project with some of the mo ### npm -Install Bootstrap in your Node powered apps with [the npm package](https://www.npmjs.org/package/bootstrap): +Install Bootstrap in your Node powered apps with [the npm package](https://www.npmjs.com/package/bootstrap): {% highlight bash %} npm install bootstrap@{{ site.current_version }} -- cgit v1.2.3