Skip to content

Commit 0a1c70d

Browse files
committed
update getting started docs too
1 parent ab04e9b commit 0a1c70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/4.0/getting-started/download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ Bootstrap's `package.json` contains some additional metadata under the following
6868
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):
6969

7070
{% highlight ruby %}
71-
gem 'bootstrap', '~> 4.0.0.beta'
71+
gem 'bootstrap', '~> {{ site.current_version }}'
7272
{% endhighlight %}
7373

7474
Alternatively, if you're not using Bundler, you can install the gem by running this command:
7575

7676
{% highlight sh %}
77-
gem install bootstrap -v 4.0.0.beta
77+
gem install bootstrap -v {{ site.current_version }}
7878
{% endhighlight %}
7979

8080
[See the gem's README](https://github.com/twbs/bootstrap-rubygem/blob/master/README.md) for further details.

0 commit comments

Comments
 (0)