From 33b54923cb30c119fe8a04886714106ff2f7616d Mon Sep 17 00:00:00 2001 From: Shane Neuville Date: Tue, 26 Feb 2019 10:28:02 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 002c9f4..2a558c7 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,7 @@ Material is Google's modern design system that is popular not only on Android, b For more information, visit [material.io](https://material.io/). +## Instructions on Updating your own project +- Install https://www.nuget.org/packages/Xamarin.Forms.Visual.Material/4.0.0.169046-pre5 into your ios project +- Add FormsMaterial.Init() after the Forms.Init() call in your AppDelegate on ios +