From fec2c9cc574e51b13093edbf003eaf6586e1ef9c Mon Sep 17 00:00:00 2001 From: Steve Hoffman Date: Wed, 11 May 2016 15:29:33 -0500 Subject: [PATCH] add compile in docker step for linux --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7534828..7da34e4 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,13 @@ A [liquid template](http://liquidmarkup.org/) command line tool. -## Usage \ No newline at end of file +## 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 \ No newline at end of file