From 4d062a842ed769749f764a78f666d9691afbb0a3 Mon Sep 17 00:00:00 2001 From: Yan Mendes <53550620+kings177@users.noreply.github.com> Date: Tue, 9 May 2023 18:14:47 -0300 Subject: [PATCH] Fix kind install --- crates/kind-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/kind-cli/README.md b/crates/kind-cli/README.md index 3a4bf77e..67c91473 100644 --- a/crates/kind-cli/README.md +++ b/crates/kind-cli/README.md @@ -55,7 +55,7 @@ Usage First, install [Rust](https://www.rust-lang.org/tools/install) first, then enter: ``` -cargo install kind2 +cargo +nightly install kind2 ``` ### Warning: