Skip to content

Commit

Permalink
Update download.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 11, 2021
1 parent 1fe1b76 commit 35d69cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.1/getting-started/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ composer require twbs/bootstrap:{{< param current_version >}}

### NuGet

If you develop in .NET Framework, 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/). Newer projects should use [libman](https://docs.microsoft.com/en-us/aspnet/core/client-side/libman) or another method as NuGet is designed for compiled code, not frontend assets.
If you develop in .NET Framework, 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/). Newer projects should use [libman](https://docs.microsoft.com/en-us/aspnet/core/client-side/libman/) or another method as NuGet is designed for compiled code, not frontend assets.

```powershell
Install-Package bootstrap
Expand Down

0 comments on commit 35d69cd

Please sign in to comment.