From 6d0b51f8d20ad398f852a6a16093611e858d7f3a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 24 Aug 2014 08:55:03 +0530 Subject: [PATCH] ... --- manual/develop.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/manual/develop.rst b/manual/develop.rst index 650ff6e2f6..057e3b8a9a 100644 --- a/manual/develop.rst +++ b/manual/develop.rst @@ -132,6 +132,7 @@ for inclusion into the main |app| repository: * In a Terminal do:: git clone git@github.com:/calibre.git + git remote add upstream https://github.com/kovidgoyal/calibre.git Replace above with your github username. That will get your fork checked out locally. * You can make changes and commit them whenever you like. When you are ready to have your work merged, do a::