Skip to content

Commit

Permalink
add compile in docker step for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hoffman committed May 11, 2016
1 parent 4295f50 commit fec2c9c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,13 @@

A [liquid template](http://liquidmarkup.org/) command line tool.

## Usage
## Usage

## Compile
To compile for ubuntu/amazon linux:
```
docker run -v `pwd`:/source -ti schickling/rust cargo build --release
```
The binary will be `target/release/limpet`

TODO: publish via Travis-CI

0 comments on commit fec2c9c

Please sign in to comment.