Skip to content

Commit 89fa09c

Browse files
authored
Update README with build and test instructions
Added build and test instructions to README.
1 parent 6d5c3f7 commit 89fa09c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

autodiscovery/demo/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ to the autodiscovery configuration.
1414
It leverages WASM Host function `generate_docker_source_spec` and `versionfilter_greater_than_pattern`
1515
To have a similar experience than Updatecli native plugin.
1616

17+
## How To
18+
19+
- `make build` to build the binary named "demo.wasm"
20+
- `make test` to run the UT
21+
1722
## Example
1823

1924
```

0 commit comments

Comments
 (0)