commit 8e71e993bac5e5a45841c91b3e922142b0c071f9 from: Sergey Bronnikov date: Fri Sep 09 16:40:50 2022 UTC Add elle-cli to "how to run" commit - d2c994d70debb744670631ec48dbaf77eecc532e commit + 8e71e993bac5e5a45841c91b3e922142b0c071f9 blob - 1158ac71155bde6a5fd8239a56ad84858f959ab9 blob + bbb48aaead18539ce7a3f09eea4b468e226d9306 --- README.md +++ README.md @@ -9,4 +9,8 @@ $ luarocks --local install --server=https://luarocks.o $ tarantoolctl rocks install luatest $ ./.rocks/bin/luatest -v -c test/tarantool/tarantool_test.lua $ ./.rocks/bin/luatest -v -c test/tarantool/qsync_test.lua +$ VER=0.1.4 +$ curl -O -L https://github.com/ligurio/elle-cli/releases/download/${VER}/elle-cli-bin-${VER}.zip +$ unzip elle-cli-bin-${VER}.zip +$ java -jar ./target/elle-cli-${VER}-standalone.jar -m elle-rw-register history.json ```