From 999b9b30d132fd2f91fec92fa93a485d5787b2c6 Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Mon, 17 Aug 2015 10:03:08 -0700 Subject: [PATCH] Fixed compiling instructions in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99a96acdf..5553c349c 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ And you're off! Take a look at the public [documentation][docs] and start buildi If you want to manually compile the SDK, clone it locally, and run the following command in the root directory of the repository: - rake package:deployment + rake package:frameworks - Your binaries should now be located inside the `build` folder, and you can link them as you'd please. + Compiled frameworks will be in 2 archives: `Parse-iOS.zip` and `Parse-OSX.zip` inside the `build/release` folder, and you can link them as you'd please. 3. **Using Parse as a sub-project**