commit 0d5a12812be7231789fd38edd4aaf41bae361455 from: Sergey Bronnikov date: Fri Sep 09 16:42:52 2022 UTC Update README commit - 8e71e993bac5e5a45841c91b3e922142b0c071f9 commit + 0d5a12812be7231789fd38edd4aaf41bae361455 blob - bbb48aaead18539ce7a3f09eea4b468e226d9306 blob + 68dd2d7fd27b3e93b8cd7df18c5cfc3ed84677e1 --- README.md +++ README.md @@ -7,8 +7,10 @@ $ git clone https://github.com/ligurio/molly-tests $ cd ../molly-tests/ $ luarocks --local install --server=https://luarocks.org/dev molly $ tarantoolctl rocks install luatest -$ ./.rocks/bin/luatest -v -c test/tarantool/tarantool_test.lua -$ ./.rocks/bin/luatest -v -c test/tarantool/qsync_test.lua +$ PATH=$PATH:$(tarantoolctl rocks config deploy_bin_dir) +$ luatest -v -c test/tarantool/tarantool_test.lua +$ 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