diff --git a/docs/5.3/getting-started/download/index.html b/docs/5.3/getting-started/download/index.html index cdb5d155cc..c3cbeccc42 100644 --- a/docs/5.3/getting-started/download/index.html +++ b/docs/5.3/getting-started/download/index.html @@ -622,10 +622,10 @@ The bootstrap module itself exports all of our plugins. You can man
yarn add bootstrap@5.3.0-alpha3
 

RubyGems

Install Bootstrap in your Ruby apps using Bundler (recommended) and RubyGems by adding the following line to your Gemfile:

-
gem 'bootstrap', '~> 5.3.0-alpha3'
+
gem 'bootstrap', '~> 5.3.0.alpha3'
 

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

-
gem install bootstrap -v 5.3.0-alpha3
-

See the gem’s README for further details.

+
gem install bootstrap -v 5.3.0.alpha3
+

See the gem’s README for further details.

Composer

You can also install and manage Bootstrap’s Sass and JavaScript using Composer:

composer require twbs/bootstrap:5.3.0-alpha3
diff --git a/index.html b/index.html
index cd67c53cb1..4ac6aefc06 100644
--- a/index.html
+++ b/index.html
@@ -362,7 +362,7 @@
       Install Bootstrap’s source Sass and JavaScript files via npm, RubyGems, Composer, or Meteor. Package managed installs don’t include documentation or our full build scripts. You can also use any demo from our Examples repo to quickly jumpstart Bootstrap projects.
     

npm install bootstrap@5.3.0-alpha3
-
gem install bootstrap -v 5.3.0-alpha3
+
gem install bootstrap -v 5.3.0.alpha3

Read our installation docs for more info and additional package managers.