diff options
| author | Mattonit <[email protected]> | 2020-06-19 19:55:04 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-19 20:55:04 +0300 |
| commit | fc74a0d91589c120bf8b9a3913fbceb016733c61 (patch) | |
| tree | 74d978f4767449aef95bc9cea75095b040fe58ee /site/content/docs | |
| parent | d3aa909c923428c08ce75a31a7500fadd5365ade (diff) | |
| download | bootstrap-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]>
Diffstat (limited to 'site/content/docs')
| -rw-r--r-- | site/content/docs/5.0/getting-started/download.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
