Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallen23 committed Nov 1, 2012
1 parent 583f40c commit 383e6fd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Expand Up @@ -4,8 +4,13 @@ markx converts markdown with code snippets into html. It also has options to pa

##Installation

Inside a project:
```
npm install markx
npm install markx --save
```
Globally:
```
npm install markx -g
```

##CLI Usage
Expand Down Expand Up @@ -111,3 +116,10 @@ var f = function() {
##History

[View History](https://github.com/jgallen23/markx/blob/master/HISTORY.md)

##Development and Tests

```
npm install
./node_modules/.bin/grunt
```

0 comments on commit 383e6fd

Please sign in to comment.