]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove -Pre from Nuget install info since we're stable now /cc @supergibbs v4.0.0
authorMark Otto <markdotto@gmail.com>
Thu, 18 Jan 2018 18:29:48 +0000 (10:29 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 18 Jan 2018 18:29:48 +0000 (10:29 -0800)
docs/4.0/getting-started/download.md

index 8defa9485d690ddd8edce4617a1642ec4f9d24ea..4e893e8c695ea847c3003a94601e7331ee24659a 100644 (file)
@@ -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.