Skip to content

Commit

Permalink
update readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Jun 7, 2015
1 parent b1721a0 commit ce13fd7
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,17 @@ with [Mocha][mocha].
[express]: http://expressjs.com/
[mocha]: http://mochajs.org/

### Client Usage
### Client

#### Installation

```bash
go get github.com/kevinburke/lucifer # Or 'make install'
```

I should really package these up / distribute them as binaries...

#### Usage

```
The Lucifer binary makes requests to the Lucifer server.
Expand Down Expand Up @@ -99,9 +109,4 @@ If you call `lucifer invalidate [file]` the binary will make a request to the
server to invalidate the cache for that module; this way you can ensure the
server is running tests against the version of the module on your file system.

### Install

Run `make install`. You'll want to have Go installed to install the command
line client.

[slow]: https://kev.inburke.com/kevin/node-require-is-dog-slow/

0 comments on commit ce13fd7

Please sign in to comment.