From c6b9aec82625bcc442ca4894a476605763b07eec Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 3 Apr 2026 12:34:09 -0400 Subject: [PATCH 1/2] update install instructions for consistency Add verify step and remove extra prose to match bookmarks and zorto. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b407e1..daf5d26 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,13 @@ cargo: cargo install dkdc-md-cli ``` -Either option will install the `md` command globally. You can use `uvx` to run it without installing: +Verify installation: + +```bash +md --version +``` + +You can use `uvx` to run it without installing: ```bash uvx --from dkdc-md-cli md From 386a53646216f40aec3a4b9ae6d9f34ee9d224b3 Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 3 Apr 2026 16:46:26 -0400 Subject: [PATCH 2/2] fix: use dkdc.io email for dkdc-io org --- crates/dkdc-md-cli-py/Cargo.toml | 2 +- crates/dkdc-md-cli/Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/dkdc-md-cli-py/Cargo.toml b/crates/dkdc-md-cli-py/Cargo.toml index 576a087..3dd8a00 100644 --- a/crates/dkdc-md-cli-py/Cargo.toml +++ b/crates/dkdc-md-cli-py/Cargo.toml @@ -4,7 +4,7 @@ name = "dkdc-md-cli-py" version = "0.2.1" edition = "2024" -authors = ["Cody "] +authors = ["Cody "] license = "MIT" [lib] diff --git a/crates/dkdc-md-cli/Cargo.toml b/crates/dkdc-md-cli/Cargo.toml index 222977a..5c94605 100644 --- a/crates/dkdc-md-cli/Cargo.toml +++ b/crates/dkdc-md-cli/Cargo.toml @@ -3,7 +3,7 @@ name = "dkdc-md-cli" version = "0.2.1" edition = "2024" rust-version = "1.93" -authors = ["Cody "] +authors = ["Cody "] license = "MIT" description = "CLI for the MotherDuck REST API" repository = "https://github.com/dkdc-io/md-cli" diff --git a/pyproject.toml b/pyproject.toml index 07d9875..7d6f76b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "CLI for the MotherDuck REST API" requires-python = ">=3.11" license = "MIT" license-files = ["LICENSE"] -authors = [{ name = "Cody", email = "cody@dkdc.dev" }] +authors = [{ name = "Cody", email = "cody@dkdc.io" }] readme = "README.md" dependencies = []