From b986c741052d7eecc4ef76079d058a5283916a44 Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 8 Mar 2024 08:24:50 +0100 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87aca1e..2c1a80f 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ intended to be used from any scripts to make the Crazyflie do things, then using If you would like to install the CLI, you can do so by running the following command: ```text -cd cf-cli -cargo install +git clone https://github.com/evoggy/cf-cli.git +cargo install --path cf-cli ``` Now the `cfcli` command should be available in your terminal.