SyntaxKit icon indicating copy to clipboard operation
SyntaxKit copied to clipboard

Update README to reflect dependencies

Open lazerwalker opened this issue 8 years ago • 1 comments

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.

lazerwalker avatar Apr 20 '17 16:04 lazerwalker

A heuristic I get by with: check in the code dependencies for your products, i.e. apps. But don't check them in for libraries.

DivineDominion avatar Aug 07 '17 08:08 DivineDominion