Unverified Commit 5501df0c authored by Jiang Yan's avatar Jiang Yan Committed by GitHub
Browse files

Docs: fix homepage npm install version (#32194)

parent 5ec6400b
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment