We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6610a99 commit bf28ab7Copy full SHA for bf28ab7
README.md
@@ -1,6 +1,8 @@
1
# LuaSilverChain
2
a [SilverChain](https://github.com/OUIsolutions/SilverChain) Lua Wrapper
3
4
+
5
6
# Install
7
8
for installation just type
@@ -24,3 +26,11 @@ silverchain.generate({
24
26
})
25
27
28
```
29
30
+## Building from Scratch
31
+if you want to build the code from scracth you need to have [Darwin](https://github.com/OUIsolutions/Darwin)
32
+installed on versio **0.020** and **Docker** our **Podman** installed on your machine.
33
+After install all dependecies,clone the repo on your machine , than run:
34
+```shel
35
+darwin run_blueprint build/ --mode folder
36
+```
0 commit comments