]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix homepage npm install version (#32194)
authorJiang Yan <contact@jiang-yan.com>
Thu, 19 Nov 2020 05:42:44 +0000 (13:42 +0800)
committerGitHub <noreply@github.com>
Thu, 19 Nov 2020 05:42:44 +0000 (07:42 +0200)
site/layouts/partials/home/masthead-followup.html

index 2f767aa34fd0e4ee6036e149677aa17d3188000d..91245eecee88bf661c5d958e85fbf1545d674bef 100644 (file)
@@ -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>