@@ -62,25 +62,25 @@ Prebuilt binaries are available for [LuaJIT 2.1](https://luajit.org/) and [Lua 5
6262This will install suitable prebuilt binaries if found, otherwise will build from the source rock
6363
6464``` sh
65- luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.0 opencv_lua
65+ luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.1 opencv_lua
6666```
6767
6868### Install the source rock
6969
7070``` sh
71- luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.0 opencv_lua 4.8.0
71+ luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.1 opencv_lua 4.8.0
7272```
7373
7474### Install the prebuilt binaries for lua 5.4
7575
7676``` sh
77- luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.0 opencv_lua 4.8.0lua5.4
77+ luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.1 opencv_lua 4.8.0lua5.4
7878```
7979
8080### Install the prebuilt binaries for LuaJIT 2.1
8181
8282``` sh
83- luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.0 opencv_lua 4.8.0luajit2.1
83+ luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.1 opencv_lua 4.8.0luajit2.1
8484```
8585
8686## Examples
@@ -256,7 +256,7 @@ git clone --depth 1 --branch v0.0.1 https://github.com/smbape/lua-opencv.git
256256cd lua-opencv
257257build.bat --target lua "-DLua_VERSION=5.4" --install
258258build.bat --target luarocks
259- luarocks\luarocks.bat install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.0 opencv_lua
259+ luarocks\luarocks.bat install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.1 opencv_lua
260260npm ci
261261node scripts\test.js --Release
262262```
@@ -269,7 +269,7 @@ git clone --depth 1 --branch v0.0.1 https://github.com/smbape/lua-opencv.git
269269cd lua-opencv
270270./build.sh --target lua "-DLua_VERSION=5.4" --install
271271./build.sh --target luarocks
272- ./luarocks/luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.0 opencv_lua
272+ ./luarocks/luarocks install --server=https://github.com/smbape/lua-opencv/releases/download/v0.0.1 opencv_lua
273273npm ci
274274node scripts/test.js --Release
275275```
0 commit comments