aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiang Yan <[email protected]>2020-11-19 13:42:44 +0800
committerGitHub <[email protected]>2020-11-19 07:42:44 +0200
commit5501df0c294f8189f64a686b68d7dd45a803ee1c (patch)
tree6116d7f285796879d261f7dcfa1f880346590e45
parent5ec6400bd01057ab1d95285b5744dcf942192ad6 (diff)
downloadbootstrap-5501df0c294f8189f64a686b68d7dd45a803ee1c.tar.xz
bootstrap-5501df0c294f8189f64a686b68d7dd45a803ee1c.zip
Docs: fix homepage npm install version (#32194)
-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 2f767aa34..91245eece 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>