aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorAlice Young <[email protected]>2016-07-19 21:40:21 -0400
committerChris Rebert <[email protected]>2016-07-19 18:40:21 -0700
commite613415a76daa4e0d6bb0d3dfa0dccbc073e778d (patch)
treed1b3942d6d610a07f5f9ba3cfedb21a603b822f6 /docs/getting-started
parente12361483ad1225e7533dbf66f9ab4eca6014251 (diff)
downloadbootstrap-e613415a76daa4e0d6bb0d3dfa0dccbc073e778d.tar.xz
bootstrap-e613415a76daa4e0d6bb0d3dfa0dccbc073e778d.zip
Docs: Update `composer require` command to download current v4 alpha version (#20328)
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/download.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md
index 7ee6fecee..37fbbaa59 100644
--- a/docs/getting-started/download.md
+++ b/docs/getting-started/download.md
@@ -78,7 +78,7 @@ $ meteor add twbs:bootstrap@={{ site.current_version }}
You can also install and manage Bootstrap's Sass and JavaScript using [Composer](https://getcomposer.org):
{% highlight bash %}
-$ composer require twbs/bootstrap
+$ composer require twbs/bootstrap:{{ site.current_version }}
{% endhighlight %}
### Bower