Skip to content

Commit 9b8b8fe

Browse files
John Griffithsflovilmart
authored andcommitted
Update compiling-for-yourself instructions. (#1215)
1 parent 7af0bff commit 9b8b8fe

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ Notice the API docs aren't totally up to date when it comes to latest Swift sign
2626
**Other Installation Options**
2727

2828
- **[CocoaPods](https://cocoapods.org)**
29-
29+
3030
Add the following line to your Podfile:
3131
```ruby
3232
pod 'Parse'
3333
```
3434
Run `pod install`, and you should now have the latest parse release.
35-
36-
35+
36+
3737
- **[Carthage](https://github.com/carthage/carthage)**
38-
38+
3939
Add the following line to your Cartfile:
4040
```
4141
github "parse-community/Parse-SDK-iOS-OSX"
@@ -49,11 +49,14 @@ Notice the API docs aren't totally up to date when it comes to latest Swift sign
4949
# To pull in extra dependencies (Bolts and OCMock)
5050
git submodule update --init --recursive
5151

52-
# To install all the gems
52+
# To install bundler
53+
gem install bundler
54+
55+
# To install all the gems via bundler
5356
bundle install
5457

5558
# Build & Package the Frameworks
56-
rake package:frameworks
59+
bundle exec rake package:frameworks
5760

5861
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.
5962

@@ -89,7 +92,7 @@ LICENSE file in the root directory of this source tree. An additional grant
8992
of patent rights can be found in the PATENTS file in the same directory.
9093
```
9194

92-
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
95+
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
9396

9497
[docs]: http://docs.parseplatform.org/ios/guide/
9598
[blog]: http://blog.parse.com/
@@ -116,7 +119,7 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community
116119

117120
[podspec-svg]: https://img.shields.io/cocoapods/v/Parse.svg
118121
[podspec-link]: https://cocoapods.org/pods/Parse
119-
122+
120123
[carthage-svg]: https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat
121124
[carthage-link]: https://github.com/carthage/carthage
122125

0 commit comments

Comments
 (0)