mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Remove -Pre from Nuget install info since we're stable now /cc @supergibbs
This commit is contained in:
parent
572d00ac7e
commit
8a628b943c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user