From fc74a0d91589c120bf8b9a3913fbceb016733c61 Mon Sep 17 00:00:00 2001 From: Mattonit Date: Fri, 19 Jun 2020 19:55:04 +0200 Subject: Updated the command to install using yarn (#31075) * updated yarn command to install latest version * Update README.md Co-authored-by: XhmikosR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ea47a79f9a..c96d3f04f2 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Several quick start options are available: - [Download the latest release.](https://github.com/twbs/bootstrap/archive/v5.0.0.zip) - Clone the repo: `git clone https://github.com/twbs/bootstrap.git` - Install with [npm](https://www.npmjs.com/): `npm install bootstrap@next` -- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@5.0.0` +- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@next` - Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.0.0` - Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass` -- cgit v1.2.3