From 465576dc03a197f9afad2826f43b1c5591d9d4be Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Thu, 28 Apr 2016 19:57:52 +1000 Subject: [PATCH] corrected command-line arguments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aee46a191676..dbb689647c85 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This module is the main repository for both Xamarin.iOS and Xamarin.Mac. * You can also provision some of the dependencies with an included script: - $ ./system-dependencies.sh --provision-[xs|mono] + $ ./system-dependencies.sh --provision-[xcode|xamarin-studio|mono|all] ## Quick build & install ##