Explorar o código

Readme improvement

bkerbl %!s(int64=2) %!d(string=hai) anos
pai
achega
433d34db1b
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -38,8 +38,14 @@ This research was funded by the ERC Advanced grant FUNGRAPH No 788065. The autho
 
 
 ## Cloning the Repository
 ## Cloning the Repository
 
 
-The repository contains submodules, thus please check it out with
+The repository contains submodules, thus please check it out with 
 ```shell
 ```shell
+# SSH
+git clone git@github.com:graphdeco-inria/gaussian-splatting.git --recursive
+```
+or
+```shell
+# HTTPS
 git clone https://github.com/graphdeco-inria/gaussian-splatting --recursive
 git clone https://github.com/graphdeco-inria/gaussian-splatting --recursive
 ```
 ```