]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Updated the command to install using yarn (#31075)
authorMattonit <malan95@gmail.com>
Fri, 19 Jun 2020 17:55:04 +0000 (19:55 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2020 17:55:04 +0000 (20:55 +0300)
* updated yarn command to install latest version

* Update README.md

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
README.md
site/content/docs/5.0/getting-started/download.md

index ea47a79f9a13068d640959f39d5713f9e23e0500..c96d3f04f29f44d0db860ad2c8bee5cd0550bd59 100644 (file)
--- 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`
 
index 62001e4cd529fa69bdf56f42d3ec05320e236fce..e4a293e5d85319862ad673484d1bba9c1e558a3f 100644 (file)
@@ -74,7 +74,7 @@ Bootstrap's `package.json` contains some additional metadata under the following
 Install Bootstrap in your Node.js powered apps with [the yarn package](https://yarnpkg.com/en/package/bootstrap):
 
 {{< highlight sh >}}
-yarn add bootstrap
+yarn add bootstrap@next
 {{< /highlight >}}
 
 ### RubyGems