Skip to content

Commit da5c09f

Browse files
authored
Update README.md
1 parent 74f49c1 commit da5c09f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ This is a ported build, converted from Java to C# for use with the Xamarin MonoF
1616

1717
# How to Install
1818

19-
At the moment, until I create the nuget package you would need to download the src code, compile and build it, then simply reference the DLL in your Xamarin.Android Project. Or alternatively you could add the project as a project within your solution if you plan on adjusting any of the code for your own uses.
19+
![NuGetIcon](https://raw.githubusercontent.com/DigitalSa1nt/Xama.JTPorts.ExplosionView/master/images/nugetIcon.png)
20+
21+
Simply add the [NuGet package](https://www.nuget.org/packages/Xama.JTPorts.ExplosionView/) directly to your Xamarin.Android solution, or use one of the following:
22+
23+
Package Manager:
24+
> Install-Package Xama.JTPorts.ExplosionView -Version 1.0.0
25+
26+
.NET CLI:
27+
> dotnet add package Xama.JTPorts.ExplosionView --version 1.0.0
2028
2129
# Basic Usage
2230

0 commit comments

Comments
 (0)