From 7b8ba6853c4675513a0f71b9a0b091c624ab9c1b Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Fri, 2 May 2025 16:59:04 -0400 Subject: [PATCH] docs: add install instructions to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1f09f64..628a496 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Rust library crate to access [CKAN](https://ckan.org) Action API endpoints through Rust builders. Based on the CKAN Action API v3. Endpoints are expected to return with an output of type `serde_json::Value`. +```bash +cargo add ckanaction +``` + ![ckanaction IDE hints demo](https://github.com/user-attachments/assets/515d5742-4a33-43b9-9f3f-4795d18579c0) ## Examples