Skip to content

Commit 74cfc00

Browse files
committed
Merge pull request #30 from ParsePlatform/nlutsenko.readme
Fixed compiling instructions in README.
2 parents 2cdd245 + 999b9b3 commit 74cfc00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ And you're off! Take a look at the public [documentation][docs] and start buildi
3535

3636
If you want to manually compile the SDK, clone it locally, and run the following command in the root directory of the repository:
3737

38-
rake package:deployment
38+
rake package:frameworks
3939

40-
Your binaries should now be located inside the `build` folder, and you can link them as you'd please.
40+
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.
4141

4242
3. **Using Parse as a sub-project**
4343

0 commit comments

Comments
 (0)