From aac9751f076fbcaadb908ca8e7a5cab107fb7c58 Mon Sep 17 00:00:00 2001 From: rai-pranav Date: Sun, 10 Nov 2024 23:37:13 +0100 Subject: [PATCH] Update README.md Added .git to the clone command. Otherwise copy pasting the installation command won't work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02584f7..a8a281d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository houses conversion pipelines for the IBL data releases, including # Installation ``` -git clone https:/github.com/catalystneuro/IBL-to-nwb +git clone https:/github.com/catalystneuro/IBL-to-nwb.git cd IBL-to-nwb pip install -e . ```