From 14b7fb38aecdf9dc53756374d7d756bb6c837e9c Mon Sep 17 00:00:00 2001 From: user Date: Sun, 23 Mar 2025 19:05:14 -0700 Subject: [PATCH 1/2] docs: suggest forking to match contributing.md --- DEVELOPMENT.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 7adf77ad..f2dbf4fe 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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 From dee33391e32139581c8df13978717d2fc9ac6bdb Mon Sep 17 00:00:00 2001 From: user Date: Sun, 23 Mar 2025 19:08:34 -0700 Subject: [PATCH 2/2] docs: fix forking link --- DEVELOPMENT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index f2dbf4fe..e18104a0 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -268,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