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 --- site/content/docs/5.2/getting-started/download.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site/content/docs/5.2') diff --git a/site/content/docs/5.2/getting-started/download.md b/site/content/docs/5.2/getting-started/download.md index 8a4c8f215d..eeffdc83e5 100644 --- a/site/content/docs/5.2/getting-started/download.md +++ b/site/content/docs/5.2/getting-started/download.md @@ -59,7 +59,7 @@ Pull in Bootstrap's **source files** into nearly any project with some of the mo Install Bootstrap in your Node.js powered apps with [the npm package](https://www.npmjs.com/package/bootstrap): ```sh -npm install bootstrap +npm install bootstrap@{{< param "current_version" >}} ``` `const bootstrap = require('bootstrap')` or `import bootstrap from 'bootstrap'` will load all of Bootstrap's plugins onto a `bootstrap` object. @@ -79,7 +79,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): ```sh -yarn add bootstrap +yarn add bootstrap@{{< param "current_version" >}} ``` ### RubyGems -- cgit v1.2.3