Skip to content

Commit fff4934

Browse files
att
1 parent d3757de commit fff4934

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ curl -L https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.0.5/L
2424
# Usage
2525
you can use the lib following these example
2626

27+
## Generation
2728
```lua
2829
---@type SilverChainModue
2930
silverchain = require("LuaSilverChain")
@@ -35,10 +36,13 @@ silverchain.generate({
3536
main_name="main.c"
3637
})
3738

38-
39-
4039
```
40+
## Remove
4141

42+
```lua
43+
silverchain = require("LuaSilverChain")
44+
silverchain.remove("src")
45+
```
4246
## Building from Scratch
4347
if you want to build the code from scracth you need to have [Darwin](https://github.com/OUIsolutions/Darwin)
4448
installed on versio **0.020** and **Docker** our **Podman** installed on your machine.

0 commit comments

Comments
 (0)