Skip to content

Commit

Permalink
Remove -Pre from Nuget install info since we're stable now /cc @super…
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jan 18, 2018
1 parent 572d00a commit 8a628b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/4.0/getting-started/download.md
Expand Up @@ -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.

2 comments on commit 8a628b9

@sagudev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@supergibbs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, I'll update the package too.

Please sign in to comment.