From 2f23d8612f288441420faaf51285a319e90e3a32 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Fri, 1 Nov 2024 15:11:55 -0400 Subject: [PATCH 1/2] docs: clarify fork procedure for devs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a71c4b2..cf37e037 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,9 @@ This section is intended for developers who contribute to VRS-Python. ### Installing for development -Fork the repo at and initialize a development environment. +[Fork the GitHub repo](https://github.com/ga4gh/vrs-python/fork). + +Then, clone the fork and initialize a development environment: ```shell git clone --recurse-submodules git@github.com:YOUR_GITHUB_ID/vrs-python.git From 5042fbdfae42a2b1af58322a41ad2b768dd14074 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Fri, 1 Nov 2024 15:13:10 -0400 Subject: [PATCH 2/2] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf37e037..b6879811 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ This section is intended for developers who contribute to VRS-Python. [Fork the GitHub repo](https://github.com/ga4gh/vrs-python/fork). -Then, clone the fork and initialize a development environment: +Then, clone your fork and initialize a development environment: ```shell git clone --recurse-submodules git@github.com:YOUR_GITHUB_ID/vrs-python.git