Skip to content

Commit

Permalink
Merge pull request facebookresearch#61 from DanBrown47/main
Browse files Browse the repository at this point in the history
Change git repo url from SSH to HTTPS
  • Loading branch information
ronghanghu authored Aug 1, 2024
2 parents 86827e2 + fa2796b commit 0e78a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```
Expand Down

0 comments on commit 0e78a11

Please sign in to comment.