aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattonit <[email protected]>2020-06-19 19:55:04 +0200
committerGitHub <[email protected]>2020-06-19 20:55:04 +0300
commitfc74a0d91589c120bf8b9a3913fbceb016733c61 (patch)
tree74d978f4767449aef95bc9cea75095b040fe58ee
parentd3aa909c923428c08ce75a31a7500fadd5365ade (diff)
downloadbootstrap-fc74a0d91589c120bf8b9a3913fbceb016733c61.tar.xz
bootstrap-fc74a0d91589c120bf8b9a3913fbceb016733c61.zip
Updated the command to install using yarn (#31075)
* updated yarn command to install latest version * Update README.md Co-authored-by: XhmikosR <[email protected]>
-rw-r--r--README.md2
-rw-r--r--site/content/docs/5.0/getting-started/download.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ea47a79f9..c96d3f04f 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 [email protected]`
+- 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`
diff --git a/site/content/docs/5.0/getting-started/download.md b/site/content/docs/5.0/getting-started/download.md
index 62001e4cd..e4a293e5d 100644
--- a/site/content/docs/5.0/getting-started/download.md
+++ b/site/content/docs/5.0/getting-started/download.md
@@ -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