Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/dkdc-md-cli-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name = "dkdc-md-cli-py"
version = "0.2.1"
edition = "2024"
authors = ["Cody <cody@dkdc.dev>"]
authors = ["Cody <cody@dkdc.io>"]
license = "MIT"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/dkdc-md-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "dkdc-md-cli"
version = "0.2.1"
edition = "2024"
rust-version = "1.93"
authors = ["Cody <cody@dkdc.dev>"]
authors = ["Cody <cody@dkdc.io>"]
license = "MIT"
description = "CLI for the MotherDuck REST API"
repository = "https://github.com/dkdc-io/md-cli"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

Expand Down
Loading