From 671abe7e75fc64a2ffe5c429191799a02f52d1bf Mon Sep 17 00:00:00 2001 From: hexagon6 Date: Fri, 17 Oct 2025 09:31:18 +0200 Subject: [PATCH] Update README.md Fix package name for non-macosx installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba3e639..9afecec 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ For all other platforms, you can download and extract the binary yourself from [the latest release][latest]. You can also install using `cargo` by running: ```bash -cargo install jtd_infer +cargo install jtd-infer ``` ## Usage