From ab37f63b3d7968d039b7961bca3fb29fe132a40e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 13 May 2022 19:55:29 +0300 Subject: docs: add the version in npm/yarn commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4821c170e..bdbbee0bb 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ Several quick start options are available: - [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.2.0-beta1.zip) - Clone the repo: `git clone https://github.com/twbs/bootstrap.git` -- Install with [npm](https://www.npmjs.com/): `npm install bootstrap` -- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap` +- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.2.0-beta1` +- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.2.0-beta1` - Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.2.0-beta1` - Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass` -- cgit v1.2.3