From b627bfd3f5e4da06e904a0db67cd32b920e65824 Mon Sep 17 00:00:00 2001 From: Jared Casper Date: Thu, 14 Jan 2016 14:11:45 -0800 Subject: [PATCH] Add command line for 'luarocks install' installation to README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a2e913281f42db..34d1794a31c2b2 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,10 @@ The Torch tests must be run from the `torch_binding/tests/` directory. ```luarocks make torch_binding/rocks/warp-ctc-scm-1.rockspec``` +You can also install without cloning the repository using + +```luarocks install http://raw.githubusercontent.com/baidu-research/warp-ctc/master/torch_binding/rocks/warp-ctc-scm-1.rockspec``` + There is a Torch CTC [tutorial](torch_binding/TUTORIAL.md). ## Contributing