doc: add clone url for contribution v0.2
authorFrantisek Hrbata <frantisek@hrbata.com>
Tue, 22 Dec 2020 12:27:12 +0000 (13:27 +0100)
committerFrantisek Hrbata <frantisek@hrbata.com>
Tue, 22 Dec 2020 12:27:12 +0000 (13:27 +0100)
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
Documentation/git-mr.txt

index 6b6270fbff8a6ad3abc0a51f8cc255508a8b3006..2e6f0d6fdc442997cd066b1ce5f2c8f90f230028 100644 (file)
@@ -302,11 +302,15 @@ The 'mbox' refs are used to generate MR mboxes and for MR review from command
 line. User's reply to a specific MR can be viewed by using e.g.
 'git log refs/mrs/<mr>/<username>/mbox'.
 
+
 CONTRIBUTION
 ------------
 Gimrr is using gimrr, so to be able to contribute you will need to generate
 ssh keys as described in the *CLIENT SETUP* section and send the public part
-of the key to gimrr@gimrr.com.
+of the key to gimrr@gimrr.com. After your public key is added you clone with
+----
+$ git clone ssh://gimrr@gimrr.com/git/gimrr.git
+----
 
 
 SEE ALSO