From b4abd6ce82ff59a8cdcc656f0ecb166c95a4c738 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 10 Aug 2016 23:22:51 -0400 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97107d7fb..2598316eb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,17 @@ to create your native libraries. ## Using SkiaSharp -Check our getting [started guide](https://developer.xamarin.com/guides/cross-platform/drawing/) +SkiaSharp is available as a convenience NuGet package, to use install the package like this: + +``` +nuget install SkiaSharp +``` + +Our [getting started guide](https://developer.xamarin.com/guides/cross-platform/drawing/) will walk you +through both the basic setup as well as the platform specific capabilties. + +The [API Documentation](https://developer.xamarin.com/api/namespace/SkiaSharp/) is also available on the +web to browse. # Extensions for SkiaSharp