From 27d9e17181256bbc791276e9d270bca46fc6d65f Mon Sep 17 00:00:00 2001 From: GAURAV SAHA <43149983+PHOENIXFURY007@users.noreply.github.com> Date: Fri, 3 May 2024 05:51:32 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e69b6..0ce6d56 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This project merges [DUSt3R](https://github.com/nerlfield/dust3r)'s capabilities To begin, clone the repository and initialize its submodules: ```sh -git clone git@github.com:nerlfield/wild-gaussian-splatting.git --recursive +git clone --recursive https://github.com/nerlfield/wild-gaussian-splatting.git cd wild-gaussian-splatting git pull --recurse-submodules git submodule update --init --recursive