CocoaPods / CocoaPods-app

A full-featured and standalone installation of CocoaPods.
Other
1.23k stars 282 forks source link

Polish README and fix installation instructions #419

Open bih opened 4 years ago

bih commented 4 years ago

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.