From bb6ae2152c8a76be3933f4b1db6245e614f0d80b Mon Sep 17 00:00:00 2001 From: Romel Benavides Date: Tue, 23 Jul 2024 21:48:31 -0500 Subject: [PATCH] docs: small update to docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c865343..aab2cb6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You must change the following: ## Setup Nix On Local Workstation To make life easier, I created a Makefile to install the pre-requisites necessary for your local workstation: ```sh -https://github.com/romelBen/melo-nix-setup.git melo-nix-setup +git clone https://github.com/romelBen/melo-nix-setup.git melo-nix-setup cd melo-nix-setup make ```