Skip to content

Commit 9b23520

Browse files
authored
docs: clarify fork procedure for devs (#458)
addressing #457 per discussion in that ^ PR. I think the current language should be made clearer.
1 parent 0d3139a commit 9b23520

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ This section is intended for developers who contribute to VRS-Python.
194194

195195
### Installing for development
196196

197-
Fork the repo at <https://github.com/ga4gh/vrs-python/> and initialize a development environment.
197+
[Fork the GitHub repo](https://github.com/ga4gh/vrs-python/fork).
198+
199+
Then, clone your fork and initialize a development environment:
198200

199201
```shell
200202
git clone --recurse-submodules git@github.com:YOUR_GITHUB_ID/vrs-python.git

0 commit comments

Comments
 (0)