1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

Fix rubygems version and link to README.md (#38458)

This commit is contained in:
XhmikosR
2023-04-13 21:21:38 +03:00
committed by GitHub
parent 5c8a44c142
commit 42ec3773d3
2 changed files with 4 additions and 4 deletions

View File

@@ -362,7 +362,7 @@
Install Bootstraps source Sass and JavaScript files via npm, RubyGems, Composer, or Meteor. Package managed installs dont include documentation or our full build scripts. You can also <a href="https://github.com/twbs/examples/">use any demo from our Examples repo</a> to quickly jumpstart Bootstrap projects.
</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-sh" data-lang="sh"><span class="line"><span class="cl">npm install bootstrap@5.3.0-alpha3</span></span></code></pre></div>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-sh" data-lang="sh"><span class="line"><span class="cl">gem install bootstrap -v 5.3.0-alpha3</span></span></code></pre></div>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-sh" data-lang="sh"><span class="line"><span class="cl">gem install bootstrap -v 5.3.0.alpha3</span></span></code></pre></div>
<p>
<a href="/docs/5.3/getting-started/download/">Read our installation docs</a> for more info and additional package managers.
</p>