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**