Merge branch 'd1str01-main-patch-67856' into 'main'

DEVELOPMENT.md to use HTTPS over SSH on git clone by default

TC added: This change clarifies that one may clone the project without being logged in to Gitlab.

See merge request veilid/veilid!113
This commit is contained in:
TC 2023-08-16 23:50:32 +00:00
commit ae1ac6f140

View File

@ -8,7 +8,7 @@ This guide covers setting up environments for core, Flutter/Dart, and Python dev
## Obtaining the source code ## Obtaining the source code
```shell ```shell
git clone --recurse-submodules git@gitlab.com:veilid/veilid.git git clone --recurse-submodules https://gitlab.com/veilid/veilid.git
``` ```
## Dependencies ## Dependencies