Document testing commands

This commit is contained in:
Râu Cao 2023-02-01 20:44:45 +08:00
parent 9c33fbda21
commit f9e7d98bf9
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -1,3 +1,14 @@
# kosmos_rsk
Configures/deploys RSK-related software.
Configures/deploys RSKj and related software.
## Testing
With a Docker daemon running:
```bash
kitchen create
kitchen converge
kitchen verify
kitchen destroy
```