aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/download.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting-started/download.md')
-rw-r--r--docs/getting-started/download.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md
index 7255fbba5..4e83b9994 100644
--- a/docs/getting-started/download.md
+++ b/docs/getting-started/download.md
@@ -52,7 +52,7 @@ Install Bootstrap in your Node powered apps with [the npm package](https://www.n
Bootstrap's `package.json` contains some additional metadata under the following keys:
-- `less` - path to Bootstrap's main [Less](http://lesscss.org) source file
+- `sass` - path to Bootstrap's main [Sass](http://sass-lang.com/) source file
- `style` - path to Bootstrap's non-minified CSS that's been precompiled using the default settings (no customization)
### Meteor
@@ -69,6 +69,16 @@ You can also install and manage Bootstrap's Sass and JavaScript using [Composer]
$ composer require twbs/bootstrap
{% endhighlight %}
+### NuGet
+
+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 %}
+PM> Install-Package bootstrap -Pre
+PM> Install-Package bootstrap.sass -Pre
+{% endhighlight %}
+
+The `-Pre` is required until Bootstrap v4 has a stable release.
## Custom builds