[X] I have checked that the issue still exists on the latest versions of the docs on mainhere
Location of the documentation
CONTRIBUTING.md
Documentation problem
The git command in the CONTRIBUTING.md to set the URL for the origin doesn't work and fails with the error (as in the below screenshot) that error: unknown option 'set-url'.
Suggested fix for documentation
The suggested fix is to just use set-url instead of --set-url command.
Quinn version checks
main
hereLocation of the documentation
CONTRIBUTING.md
Documentation problem
The git command in the CONTRIBUTING.md to set the URL for the origin doesn't work and fails with the error (as in the below screenshot) that
error: unknown option 'set-url'
.Suggested fix for documentation
The suggested fix is to just use
set-url
instead of--set-url
command.