nielsr HF staff commited on
Commit
28c7e68
·
verified ·
1 Parent(s): e34711c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,7 +14,8 @@ First install the M
14
  First install the MobileSAM package:
15
 
16
  ```bash
17
- pip install git+https://github.com/ChaoningZhang/MobileSAM.git
 
18
  ```
19
 
20
  The model can then be used as follows:
 
14
  First install the MobileSAM package:
15
 
16
  ```bash
17
+ git clone -b add_mixin https://github.com/NielsRogge/MobileSAM.git
18
+ cd MobileSAM
19
  ```
20
 
21
  The model can then be used as follows: