Fix error in README.md

Signed-off-by: David J. Allen <davidallendj@gmail.com>
This commit is contained in:
David Allen 2023-09-14 14:35:21 -06:00
parent 8faa570b0a
commit 3607ad761c

View file

@ -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
```