From 16d1a40552ed62accc3a825259432930c2094c65 Mon Sep 17 00:00:00 2001 From: Hoang Tran Date: Sat, 15 Oct 2016 11:06:29 +0700 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..13bc819 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Installation guide + +* Clone the project +* Open `Terminal` and `cd` to the project directory +* Run `pod install` +* Wait for it to finish +* Open the `UnitTestRealm.xcworkspace` file +* Press `Cmd + U` to run all tests