I messed up the original git remote add command line

This commit is contained in:
Kevin Keraudren
2016-05-06 10:56:07 +01:00
parent f89b3f0f68
commit 33ef46b9fd
+1 -1
View File
@@ -18,7 +18,7 @@ Here's the long and short of it:
- If you have set up your `github SSH keys
<https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/>`_::
git clone git@github.com:your-username/scikit-image.git
git remote add upstream git@github.com:scikit-image/scikit-image.git
- Otherwise::