From 23f4dcc9f01fcd81c83e292776a85040f86de2b7 Mon Sep 17 00:00:00 2001 From: Florens Verschelde <243601+fvsch@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:42:42 +0100 Subject: [PATCH] Remove `cargo install nufmt` in README The project's `README.md` suggests installing `nufmt` from crates.io with `cargo install nufmt`, but nufmt is not published to crates.io (see https://github.com/nushell/nufmt/issues/62). Trying to follow that suggestion results in: ```shell ~> cargo install nufmt Updating crates.io index error: could not find `nufmt` in registry `crates-io` with version `*` ``` I think it's better to remove the suggestion for now, and restore it when nufmt gets published to crates.io. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 8efedbd..0bdf80e 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,6 @@ cargo install --git https://github.com/nushell/nufmt ``` -### Using Cargo - -```bash -cargo install nufmt -``` - ### Using Nix ```bash