From 4c8105ab2a571fa13be231131b19717c7735bd05 Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Mon, 30 May 2016 21:59:35 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 699b54b..de3c89c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ Pure Swift Cross-platform UIKit (Cocoa Touch) implementation (Supports Linux) ## Installation ### OS X -`carthage bootstrap` - -`brew install cairo sdl2` +``` +carthage bootstrap +brew install cairo sdl2 +``` ### Ubuntu `sudo apt-get install libcairo-dev libsdl2-dev`