Bug 535332 - add gerrit push details to README.md

Signed-off-by: Klaas Gadeyne <klaas.gadeyne@gmail.com>
diff --git a/README.md b/README.md
index 8500d68..e392101 100755
--- a/README.md
+++ b/README.md
@@ -16,7 +16,33 @@
 
 Open bugs are tracked on the [Eclipse Bugzilla](https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&classification=Modeling&component=Information%20Modeling&list_id=14557270&product=Papyrus&query_format=advanced). Please feel free to report [new bugs](https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Papyrus&component=Information%20Modeling) in the Papyrus Information Modeling component in Papyrus.
 
-Please push patches to [Eclipse Gerrit](https://git.eclipse.org/r/#/q/project:papyrus/org.eclipse.papyrus-informationmodeling).
+If you have a [gerrit account](https://wiki.eclipse.org/Gerrit), you can push patches to [Eclipse Gerrit](https://git.eclipse.org/r/#/q/project:papyrus/org.eclipse.papyrus-informationmodeling).
+For ssh, use `ssh://yourid@git.eclipse.org:29418/papyrus/org.eclipse.papyrus-informationmodeling.git`.
+
+Command-line wise, this boils down to
+
+```
+$ git checkout -b myfeaturebranch
+```
+
+```
+hackhackhack
+```
+
+```
+$ git commit --signoff 
+```
+(don't forget the --signoff!)
+
+```
+$ git remote add sshGerrit ssh://yourid@git.eclipse.org:29418/papyrus/org.eclipse.papyrus-informationmodeling.git
+```
+
+```
+$ git push -u sshGerrit refs/for/master
+```
+
+See the [Papyrus Developer Wiki](https://wiki.eclipse.org/Papyrus/Papyrus_Developer_Guide/How_to_Contribute_to_Papyrus_with_Gerrit) for more detailed information.
 
 ## Building the product ##