diff options
| author | Alice Young <[email protected]> | 2016-07-19 21:40:21 -0400 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-07-19 18:40:21 -0700 |
| commit | e613415a76daa4e0d6bb0d3dfa0dccbc073e778d (patch) | |
| tree | d1b3942d6d610a07f5f9ba3cfedb21a603b822f6 /docs | |
| parent | e12361483ad1225e7533dbf66f9ab4eca6014251 (diff) | |
| download | bootstrap-e613415a76daa4e0d6bb0d3dfa0dccbc073e778d.tar.xz bootstrap-e613415a76daa4e0d6bb0d3dfa0dccbc073e778d.zip | |
Docs: Update `composer require` command to download current v4 alpha version (#20328)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started/download.md | 2 |
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 |
