mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-04-16 22:13:14 -04:00
Merge branch 'main' into 'main'
development.md: suggest forking to match contributing.md best practice See merge request veilid/veilid!384
This commit is contained in:
commit
4c14da0e0e
@ -8,8 +8,10 @@ This guide covers setting up environments for core, Flutter/Dart, and Python dev
|
||||
|
||||
## Obtaining the source code
|
||||
|
||||
1. Start by [forking] the project
|
||||
1. Clone your fork
|
||||
```shell
|
||||
git clone https://gitlab.com/veilid/veilid.git
|
||||
git clone https://gitlab.com/[USERNAME]/veilid.git
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
@ -266,3 +268,5 @@ For each language, perform the listed steps and commit changed files.
|
||||
### WASM
|
||||
|
||||
1. Update sources in `veilid-wasm/src`
|
||||
|
||||
[forking]:https://docs.gitlab.com/ee/user/project/repository/forking_workflow.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user