Remove -Pre from Nuget install info since we're stable now /cc @supergibbs

This commit is contained in:
Mark Otto 2018-01-18 10:29:48 -08:00
parent 572d00ac7e
commit 8a628b943c
1 changed files with 2 additions and 4 deletions

View 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/): 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 %} {% highlight powershell %}
Install-Package bootstrap -Pre Install-Package bootstrap
{% endhighlight %} {% endhighlight %}
{% highlight powershell %} {% highlight powershell %}
Install-Package bootstrap.sass -Pre Install-Package bootstrap.sass
{% endhighlight %} {% endhighlight %}
The `-Pre` is required until Bootstrap v4 has a stable release.