From: vsn4ik Date: Fri, 19 Jan 2018 21:49:49 +0000 (+0300) Subject: Remove -Pre from Nuget install X-Git-Tag: v4.1.0~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b48747e61c1db92d9d65deb5ae3e62d1a89ff9e;p=thirdparty%2Fbootstrap.git Remove -Pre from Nuget install --- diff --git a/README.md b/README.md index 6734d355b2..008f0ce514 100644 --- 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.