From 3e25a30e6d6025484a616e1b5e47ac834c17f686 Mon Sep 17 00:00:00 2001 From: Rocky Madden Date: Thu, 2 Jan 2014 16:25:34 -0700 Subject: Updated documentation on how to build CLI. --- readme.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index b34992b..2df553f 100755 --- a/readme.md +++ b/readme.md @@ -308,18 +308,16 @@ StringMetric.compareWithJaroWinkler("abc123", "abc456") ## Building the CLIs ```shell $ git clone https://github.com/rockymadden/stringmetric.git -$ cd stringmetric -$ gradle :stringmetric-cli:tar +$ cd stringmetric/project +$ ./build.sh ``` -Running the ```tar``` task will create a compressed archive and an unarchived copy of the built algorithms and metrics. The files can be found under the ```build``` directory that Gradle creates. The archive is named ```stringmetric-cli.tar.gz``` and the unarchived files can be found in the directory named ```stringmetric-cli```. You may need to chmod the files because of the inability for Gradle to do so reliably - --- To run a command from the current directory that you would be in from doing the above: ```shell -$ ./cli/build/stringmetric-cli/jarometric abc xyz +$ ../target/cli/jarometric abc xyz ``` --- -- cgit v1.2.3