From 9f7f765d60209d7eb3a9472f85919bbbe7ccd007 Mon Sep 17 00:00:00 2001 From: Tyler Denniston Date: Fri, 8 Apr 2016 14:58:02 -0400 Subject: [PATCH] Update README.md with submodule docs Add explanation of how to clone the submodules. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9dc9327537..d5c36cefc9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,17 @@ Check our getting [started guide](https://developer.xamarin.com/guides/cross-pla ## Building SkiaSharp +First clone the repository: + + $ git clone https://github.com/mono/SkiaSharp.git + +Next, set up the submodules: + + $ cd SkiaSharp + $ git submodule init && git submodule update + +Then follow the platform-specific instructions below. + ### Mac OS X Run from Bash