We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42818c8 commit eb446bdCopy full SHA for eb446bd
1 file changed
README.md
@@ -17,7 +17,7 @@ a [SilverChain](https://github.com/OUIsolutions/SilverChain) Lua Wrapper
17
18
for installation just type
19
```shell
20
-curl -L https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.0.4/LuaSilverChain.zip -o LuaSilverChain.zip && unzip LuaSilverChain.zip && rm LuaSilverChain.zip
+curl -L https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.0.5/LuaSilverChain.zip -o LuaSilverChain.zip && unzip LuaSilverChain.zip && rm LuaSilverChain.zip
21
22
```
23
@@ -35,6 +35,8 @@ silverchain.generate({
35
main_name="main.c"
36
})
37
38
+
39
40
41
42
## Building from Scratch
0 commit comments