Skip to content

Commit

Permalink
Reformatting readme
Browse files Browse the repository at this point in the history
  • Loading branch information
natedsaint committed May 18, 2015
1 parent 933e634 commit dbc6b7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Cuervo [![Build Status](https://travis-ci.org/natedsaint/cuervo.svg?branch=master)](https://travis-ci.org/natedsaint/cuervo) [![Coverage Status](https://coveralls.io/repos/natedsaint/cuervo/badge.svg?branch=master)](https://coveralls.io/r/natedsaint/cuervo?branch=master) [![Cuervo on NPM](https://img.shields.io/npm/v/cuervo.svg)](https://npmjs.org/package/cuervo) [![Dependency Status](https://gemnasium.com/natedsaint/cuervo.svg)](https://gemnasium.com/natedsaint/cuervo)

A minimalistic static site generator based on the concept of markdown files for documents.

## Setup

I'll go ahead and jump on the bandwagon and say at this point: this is NOT a stable
or finished project. It's a work in progress, and there's a good chance I'll slowly
(or rapidly) develop individual pieces as I go.


If, against your own better judgment, you're still reading this, you can get this now by just typing `npm install -g cuervo`.
If, against your own better judgment, you're still reading this, you can get this now by just typing

`npm install -g cuervo`.

When the dependencies have been installed, you should be able to
change to the directory that contains your blog files, and run...
Expand Down

0 comments on commit dbc6b7b

Please sign in to comment.