change git clone link to use https link in "get the project"

This commit is contained in:
dyster 2025-03-19 20:49:53 +00:00 committed by GitHub
parent bb9df08213
commit b4f7121e9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,7 +96,7 @@ If you want to build it yourself, see [**INSTALL.md**](INSTALL.md) to setup the
Get the source code and install runtime requirements: Get the source code and install runtime requirements:
```bash ```bash
git clone --recursive git://github.com/alicevision/meshroom git clone --recursive https://github.com/alicevision/Meshroom.git
cd meshroom cd meshroom
pip install -r requirements.txt pip install -r requirements.txt
``` ```