mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Docs: fix homepage npm install version (#32194)
This commit is contained in:
parent
5ec6400bd0
commit
5501df0c29
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user