mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-20 13:04:47 -04:00
Update DEVELOPMENT.md to use HTTPS over SSH on git clone
This commit is contained in:
parent
2d2983e16e
commit
bb5d31dd96
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ This guide covers setting up environments for core, Flutter/Dart, and Python dev
|
|||
## Obtaining the source code
|
||||
|
||||
```shell
|
||||
git clone --recurse-submodules git@gitlab.com:veilid/veilid.git
|
||||
git clone --recurse-submodules https://gitlab.com/veilid/veilid.git
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue