Skip to content

Update README

JP Barbosa edited this page Jul 16, 2015 · 1 revision

Update README

Use Markdown
mv README.rdoc README.md
nano README.md
# Rails Apz

#### The guide to build a Rails app from a to z.

[![Build Status](https://travis-ci.org/jp7internet/rails-apz.svg?branch=master)](https://travis-ci.org/jp7internet/rails-apz)
[![Code Climate](https://codeclimate.com/github/jp7internet/rails-apz/badges/gpa.svg)](https://codeclimate.com/github/jp7internet/rails-apz)
[![Test Coverage](https://codeclimate.com/github/jp7internet/rails-apz/badges/coverage.svg)](https://codeclimate.com/github/jp7internet/rails-apz/coverage)

* Live Demo: https://rails-apz.herokuapp.com
* Step-by-Step Guide: https://github.com/jp7internet/rails-apz/wiki
* Screenshots: https://github.com/jp7internet/rails-apz/wiki/Screenshots
Add README to Git
git add .
git commit -m "Change readme"
git push