From 063a4eba4e5f6edb39b153db9d227e890e7d4432 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 20 Apr 2017 12:23:28 -0400 Subject: [PATCH] Update README to reflect dependencies A clean clone of the repo won't build, since it depends on https://github.com/soffes/x. I'm not really a Carthage person, so I can't speak to whether the actual correct solution is to check in dependencies or not, but for now updating the README seems like a sensible quick fix. --- Readme.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.markdown b/Readme.markdown index 530eaf8..caf7ba7 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -9,7 +9,9 @@ SyntaxKit was abstracted from [Whiskey](http://usewhiskey.com). ## Building -SyntaxKit is written in Swift 2 so Xcode 7 is required. There aren't any dependencies besides system frameworks. +SyntaxKit is written in Swift 2 so Xcode 7 is required. + +You can install the needed dependencies with [Carthage](https://github.com/carthage/carthage): `carthage build` ## Installation