Added .md extension to README

This commit is contained in:
Greg Williams
2014-07-25 15:17:31 -04:00
parent be7be41580
commit d6b0aea0b3
+25
View File
@@ -0,0 +1,25 @@
Welcome to CMock!
![](http://travis-ci.org/atomicobject/kinetic-c.png?branch=master)
[CMock build status](http://travis-ci.org/throwtheswitch/kinetic-c) is provided via [Travis CI](http://travis-ci.org)
Getting Started
================
> git clone --recursive https://github.com/throwtheswitch/cmock.git
> cd cmock
> bundle install # Ensures you have all RubyGems needed
> bundle execute rake # Run all CMock library tests
API Documentation
=================
* Not sure what you're doing?
** [View docs/CMock_Summary.md](docs/CMock_Summary.md)
* Interested in our MIT-style license?
** [View docs/license.txt](docs/license.txt)
* Are there examples?
** They are all in [/examples](examples/)
* Any other resources to check out?
** Definitely! Check out our developer portal on [ThrowTheSwitch.org](http://throwtheswitch.org)