Skip to content
Snippets Groups Projects
Commit 8124c9fd authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Add alternate git url in contributors guide

parent f3ecf2e5
No related branches found
No related tags found
1 merge request!39Fix documentation typos
......@@ -16,6 +16,13 @@ To setup your local repository for development:
```
[chuck@hal9000 Code]$ mkdir adios
[chuck@hal9000 Code]$ cd adios
#
# If you don't have ssh access setup to your github repository then you will
# need to clone your fork from
# https://github.com/<your-GitHub-username-here>/adios2.git
# instead of
# git@github.com:<your-GitHub-username-here>/adios2.git
#
[chuck@hal9000 adios]$ git clone git@github.com:<your-GitHub-username-here>/adios2.git source
Cloning into 'source'...
remote: Counting objects: 4535, done.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment