From 3607ad761c3c54018efb2e721f7923969e720326 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Thu, 14 Sep 2023 14:35:21 -0600 Subject: [PATCH] Fix error in `README.md` Signed-off-by: David J. Allen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a63575..6ef9560 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ In summary, `magellan` needs at minimum the following configured to work on each Install Go, clone the repo, and then run the following in the project root: ```bash -clone https://github.com/bikeshack/magellan +git clone https://github.com/bikeshack/magellan cd magellan go mod tidy && go build ```