Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added link to NuGet package and current version badge #321

Merged
merged 2 commits into from Sep 30, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.markdown
Expand Up @@ -6,7 +6,11 @@ For medium trust environments there is an option to build and cache bundles in-m

##Installation

You can download precompiled binaries from the [SquishIt AppHarbor page](http://squishit.apphb.com/Download).
SquishIt comes as a NuGet package and can be installed via `PM> Install-Package SquishIt`.

Latest stable package: [![nuget version](https://img.shields.io/nuget/v/SquishIt.svg)](https://www.nuget.org/packages/SquishIt).

You can also download precompiled binaries from the [SquishIt AppHarbor page](http://squishit.apphb.com/Download).

### Building from source
You will need to have Visual Studio and [7-Zip](http://www.7-zip.org/) installed.
Expand Down