Selaa lähdekoodia

Merge pull request #61 from DanBrown47/main

Change git repo url from SSH to HTTPS
Ronghang Hu 1 vuosi sitten
vanhempi
commit
0e78a11899
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -17,7 +17,7 @@
 Please install SAM 2 on a GPU machine using:
 
 ```bash
-git clone git@github.com:facebookresearch/segment-anything-2.git
+git clone https://github.com/facebookresearch/segment-anything-2.git
 
 cd segment-anything-2; pip install -e .
 ```