aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-10 15:05:45 -0800
committerChris Rebert <[email protected]>2015-12-10 15:05:45 -0800
commitad716b9ea9506456f28e2c1bcdd7b4a81b44c11c (patch)
treeafdbfc95f99bec05e13a0d37e6e7848e25dc38ba /docs/_includes/getting-started
parent8f7535647de8f7f514cf1bcff25fcf215e82137e (diff)
parenta823afc5e26df57de617927f72c8e45104e99deb (diff)
downloadbootstrap-ad716b9ea9506456f28e2c1bcdd7b4a81b44c11c.tar.xz
bootstrap-ad716b9ea9506456f28e2c1bcdd7b4a81b44c11c.zip
Merge pull request #18530 from twbs/npm-install-bootstrap-at-3
Docs: Include major version in `npm install bootstrap` commands
Diffstat (limited to 'docs/_includes/getting-started')
-rw-r--r--docs/_includes/getting-started/download.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html
index 1fb3aab61..7564fd3cb 100644
--- a/docs/_includes/getting-started/download.html
+++ b/docs/_includes/getting-started/download.html
@@ -46,7 +46,7 @@
<h2 id="download-npm">Install with npm</h2>
<p>You can also install Bootstrap using <a href="https://www.npmjs.com">npm</a>:</p>
- {% highlight bash %}$ npm install bootstrap{% endhighlight %}
+ {% highlight bash %}$ npm install bootstrap@3{% endhighlight %}
<p><code>require('bootstrap')</code> will load all of Bootstrap's jQuery plugins onto the jQuery object. The <code>bootstrap</code> module itself does not export anything. You can manually load Bootstrap's jQuery plugins individually by loading the <code>/js/*.js</code> files under the package's top-level directory.</p>
<p>Bootstrap's <code>package.json</code> contains some additional metadata under the following keys:</p>
<ul>