Skip to content

Commit ee679fc

Browse files
authored
Merge pull request #2700 from dyster/patch-1
change git clone link to use https link in "get the project"
2 parents bb9df08 + b4f7121 commit ee679fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If you want to build it yourself, see [**INSTALL.md**](INSTALL.md) to setup the
9696

9797
Get the source code and install runtime requirements:
9898
```bash
99-
git clone --recursive git://github.com/alicevision/meshroom
99+
git clone --recursive https://github.com/alicevision/Meshroom.git
100100
cd meshroom
101101
pip install -r requirements.txt
102102
```

0 commit comments

Comments
 (0)