mirror of
https://github.com/dathere/ckanaction.git
synced 2026-05-20 01:44:16 +00:00
chore: examples update and docs, add package-list example
This commit is contained in:
parent
4ff1155d9b
commit
a88a8fffc3
8 changed files with 2299 additions and 275 deletions
|
|
@ -90,3 +90,12 @@ To run some of the tests in the `tests` directory, first replace the values for
|
|||
```bash
|
||||
cargo test
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
You can run an example from the `examples` directory by first changing into the directory then running `cargo run`. For example:
|
||||
|
||||
```bash
|
||||
cd examples/status-show
|
||||
cargo run
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue