Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiang Yan <contact@jiang-yan.com>2020-11-19 08:42:44 +0300
committerGitHub <noreply@github.com>2020-11-19 08:42:44 +0300
commit5501df0c294f8189f64a686b68d7dd45a803ee1c (patch)
tree6116d7f285796879d261f7dcfa1f880346590e45 /site/layouts
parent5ec6400bd01057ab1d95285b5744dcf942192ad6 (diff)
Docs: fix homepage npm install version (#32194)
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/partials/home/masthead-followup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html
index 2f767aa34f..91245eecee 100644
--- a/site/layouts/partials/home/masthead-followup.html
+++ b/site/layouts/partials/home/masthead-followup.html
@@ -12,7 +12,7 @@
<a class="btn btn-lg btn-outline-primary mb-3" href="/docs/{{ .Site.Params.docs_version }}/getting-started/download/">Read installation docs</a>
</div>
<div class="col-md-7 pl-md-5">
- {{ highlight "npm install bootstrap" "sh" "" }}
+ {{ highlight "npm install bootstrap@next" "sh" "" }}
{{ highlight (printf ("gem install bootstrap -v %s") .Site.Params.current_ruby_version) "sh" "" }}
</div>
</section>