Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an installations web page #269

Open
orta opened this issue May 4, 2016 · 0 comments
Open

Create an installations web page #269

orta opened this issue May 4, 2016 · 0 comments

Comments

@orta
Copy link
Member

orta commented May 4, 2016

If there's anything the world needs less of it's installation instructions on project READMEs. I strongly cringe at seeing a full CocoaPods one, it's significantly worse when you see them for every package manager under the sun.

e.g.

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

CocoaPods 0.39.0+ is required to build ORStackView 0.1.0+.

To integrate ORStackView into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!

pod 'ORStackView', '~> 1.0'

Then, run the following command:

$ pod install

So, what about if instead you could go to https://cocoapods.org/pods/ORStackView/install - It can offer more advice we can do it for CP and SPM ( and show how to install SPM ) as well as differentiate between test pods, and show working examples of the Podfile

It can be comprehensive, then we can get it into the pod-template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant