CocoaPods-app
CocoaPods-app copied to clipboard
Polish README and fix installation instructions
Hello!
Excited to make my first pull request to this repo! I found a bug when trying to install the CocoaPods-app locally, the instructions were failing due to a missing rest
dependency that is invoked in the Rakefile
.
The fix for this is to execute gem install rest
which I have added as a short-term fix. In another PR it might be better to do a catch in the Rakefile
.
Other than that, I added the use of $
in the Terminal code snippets. Just a stylistic change more than anything.