]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove -Pre from Nuget install
authorvsn4ik <vsn4ik@gmail.com>
Fri, 19 Jan 2018 21:49:49 +0000 (00:49 +0300)
committerMark Otto <markd.otto@gmail.com>
Sat, 20 Jan 2018 20:01:02 +0000 (12:01 -0800)
README.md

index 6734d355b24994f49a32a297da61f94c507b75b7..008f0ce51490707fd0665e0dd82e3398b4aac77e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Several quick start options are available:
 - Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
 - Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.0.0`
 - Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.0.0`
-- 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).
+- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
 
 Read the [Getting started page](https://getbootstrap.com/docs/4.0/getting-started/introduction/) for information on the framework contents, templates and examples, and more.