From 9b6adf8142cd3190830a9d6a7dabbd6cb1dbe4db Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Thu, 10 Oct 2024 14:48:43 +0200 Subject: [PATCH] fix setup instructions --- src/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.md b/src/setup.md index fd9e18d..f57f89b 100644 --- a/src/setup.md +++ b/src/setup.md @@ -73,7 +73,7 @@ That's exactly what we need! Create a stub for the CLI component so you have an actual Rust package that can be compiled: ```sh -cargo add paekli-cli +cargo new paekli-cli ``` This command should automatically add the new package to your cargo workspace, so the `members` list in the top-level `Cargo.toml` should contain the string `"paekli-cli"`.