8000 Port #18530 to v4 · liuwenye2010/bootstrap@0771a51 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0771a51

Browse files
committed
Port twbs#18530 to v4
Docs: Include major version in `npm install bootstrap` commands Future-proofing for when Bootstrap v5 eventually exists. Refs twbs#18520 [ci skip]
1 parent e941bbe commit 0771a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Several quick start options are available:
3030
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.2.zip).
3131
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
3232
- Install with [Bower](http://bower.io): `bower install bootstrap`.
33-
- Install with [npm](https://www.npmjs.com): `npm install bootstrap`.
33+
- Install with [npm](https://www.npmjs.com): `npm install bootstrap@4`.
3434
- Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap`.
3535
- Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap`.
3636
- Install with [NuGet](https://www.nuget.org): CSS: `Install-Package bootstrap -Pre` Sass: `Install-Package bootstrap.sass -Pre` (`-Pre` is only required until Bootstrap v4 has a stable release).

0 commit comments

Comments
 (0)
0