From e1876029c78ec0810c701c7cf71cfbfcbbe032b1 Mon Sep 17 00:00:00 2001 From: Aayush Gupta <60979345+AAYUSH-GUPTA-coder@users.noreply.github.com> Date: Wed, 12 Feb 2025 18:56:26 +0800 Subject: [PATCH] Add clone command in ReadMe It might be a bit of an overkill, but adding ```sh git clone https://github.com/transmissions11/headers.git cd headers ``` could make it simpler for beginner or intermediate developers to get started quickly. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0cff10a..7af10a1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ You need Rust and Cargo installed on your machine. See the installation guide Then clone the repo and install the CLI globally like this: ```sh +git clone https://github.com/transmissions11/headers.git +cd headers cargo install --path . ```