From: Mark Otto Date: Thu, 18 Jan 2018 18:29:48 +0000 (-0800) Subject: Remove -Pre from Nuget install info since we're stable now /cc @supergibbs X-Git-Tag: v4.0.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a628b943cf31ca0a002c08af661a95772480225;p=thirdparty%2Fbootstrap.git Remove -Pre from Nuget install info since we're stable now /cc @supergibbs --- diff --git a/docs/4.0/getting-started/download.md b/docs/4.0/getting-started/download.md index 8defa9485d..4e893e8c69 100644 --- a/docs/4.0/getting-started/download.md +++ b/docs/4.0/getting-started/download.md @@ -92,11 +92,9 @@ composer require twbs/bootstrap:{{ site.current_version }} If you develop in .NET, you can also install and manage Bootstrap's [CSS](https://www.nuget.org/packages/bootstrap/) or [Sass](https://www.nuget.org/packages/bootstrap.sass/) and JavaScript using [NuGet](https://www.nuget.org/): {% highlight powershell %} -Install-Package bootstrap -Pre +Install-Package bootstrap {% endhighlight %} {% highlight powershell %} -Install-Package bootstrap.sass -Pre +Install-Package bootstrap.sass {% endhighlight %} - -The `-Pre` is required until Bootstrap v4 has a stable release.