mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove -Pre from Nuget install info since we're stable now /cc @supergibbs
This commit is contained in:
parent
572d00ac7e
commit
8a628b943c
1 changed files with 2 additions and 4 deletions
|
@ -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…
Reference in a new issue