Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down