Skip to content

Commit

Permalink
Add Quick start section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
idoru committed Jul 25, 2013
1 parent a4f34e5 commit 1f9e87e
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@

Cedar is a BDD-style Objective-C testing framework. It relies only on Foundation and C++11 features, thus it's not just suited for iOS and OSX codebases but other environments where these are available.

Documentation lives here: [https://github.com/pivotal/cedar/wiki](https://github.com/pivotal/cedar/wiki)
# Quick start

* Install the Xcode command line tools package (Under the Preferences tab 'Downloads') if you haven't already done so.
* Run the following in a terminal:

```
$ curl -L https://raw.github.com/pivotal/cedar/master/install.sh | bash
```

* Restart Xcode
* Add Cedar target(s) to your app
* Start writing specs!

# Documentation

Documentation can be found on the [Cedar Wiki](https://github.com/pivotal/cedar/wiki)

# Support and feedback

Expand All @@ -20,6 +35,4 @@ Documentation lives here: [https://github.com/pivotal/cedar/wiki](https://github
* [Dmitriy Kalinin](mailto:[email protected]) ([cppforlife](http://github.com/cppforlife)), Pivotal Labs
* [Adam Milligan](mailto:[email protected]) ([amilligan](http://github.com/amilligan)), Author

Copyright (c) 2010-2013 Pivotal Labs. This software is licensed under the MIT License.

[![Mixpanel](https://api.mixpanel.com/track/?data=CXsiZXZlbnQiOiAiSG9tZSBWaXNpdCIsIA0KICAgIAkJInByb3BlcnRpZXMiOiB7ICAJDQogICAgICAgIAkidG9rZW4iOiAiNmJjZmE3MmQ5OGU2ZjdhZjFkNjQ3YWNmY2Q2NjMwNTEiICAgDQogICAgICAgICAgICAgICAgfQ0KICAgICAgICB9&ip=1&img=1)](http://mixpanel.com)
Copyright (c) 2010-2013 Pivotal Labs. This software is licensed under the MIT License. [![Mixpanel](https://api.mixpanel.com/track/?data=CXsiZXZlbnQiOiAiSG9tZSBWaXNpdCIsIA0KICAgIAkJInByb3BlcnRpZXMiOiB7ICAJDQogICAgICAgIAkidG9rZW4iOiAiNmJjZmE3MmQ5OGU2ZjdhZjFkNjQ3YWNmY2Q2NjMwNTEiICAgDQogICAgICAgICAgICAgICAgfQ0KICAgICAgICB9&ip=1&img=1)](http://mixpanel.com)

0 comments on commit 1f9e87e

Please sign in to comment.