From 36fed8b26f8aec015af04a18de93030047595b02 Mon Sep 17 00:00:00 2001 From: Adrian Lanzafame Date: Wed, 7 Aug 2024 02:56:02 +1000 Subject: [PATCH] Fix git clone cmd in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5af49a88d..ce9eacc13 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ To get started with Curio Storage, follow these steps: 1. **Clone the Repository**: ```sh - https://github.com/filecoin-project/curio + git clone https://github.com/filecoin-project/curio.git cd curio ```