We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3757de commit fff4934Copy full SHA for fff4934
README.md
@@ -24,6 +24,7 @@ curl -L https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.0.5/L
24
# Usage
25
you can use the lib following these example
26
27
+## Generation
28
```lua
29
---@type SilverChainModue
30
silverchain = require("LuaSilverChain")
@@ -35,10 +36,13 @@ silverchain.generate({
35
36
main_name="main.c"
37
})
38
-
39
40
```
+## Remove
41
42
+```lua
43
+silverchain = require("LuaSilverChain")
44
+silverchain.remove("src")
45
+```
46
## Building from Scratch
47
if you want to build the code from scracth you need to have [Darwin](https://github.com/OUIsolutions/Darwin)
48
installed on versio **0.020** and **Docker** our **Podman** installed on your machine.
0 commit comments