From bf39bd9b577d673988525c5b4fab85ef7e4d167d Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 8 Mar 2024 08:32:43 +0100 Subject: [PATCH] Improved documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c1a80f..c58c9cd 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Now the `cfcli` command should be available in your terminal. Or if you would like to run it from source use the following command: ```text +git clone https://github.com/evoggy/cf-cli.git +cd cf-cli cargo run -- ```