Commit 4b013f0b authored by Fabio Pelosin's avatar Fabio Pelosin

[Command] default to install

Closes #958
parent 1f7743d4
......@@ -31,11 +31,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
**NOTE**: _The above example is actually one that we know of. We’re not sure
yet which process causes this, but there shouldn’t be a need for any process
to read data from the root path anyways._
**NOTE 2**: _If you’re using a package manager other than Homebrew, please
submit a pull-request that adds the prefix of that manager
[here](https://github.com/CocoaPods/CocoaPods/blob/master/bin/sandbox-pod#L40)._
* The naked `pod` command now defaults to `pod install`.
[#958](https://github.com/CocoaPods/CocoaPods/issues/958)
* Documentation generation has been removed from CocoaPods as it graduated
to CocoaDocs. This decision was taken because CocoaDocs is a much better
solution which doesn't clutter Xcode's docsets while still allowing
......
......@@ -21,6 +21,7 @@ module Pod
require 'cocoapods/command/podfile_info'
self.abstract_command = true
self.default_subcommand = 'install'
self.command = 'pod'
self.description = 'CocoaPods, the Objective-C library package manager.'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment