# go to directory where you want to place postgres' and bdr's source code
$ cd ~/src/
# checkout the sourcecode of postgres 9.4 with bdr patches added
-$ git clone -b bdr-pg/REL9_4_STABLE ssh://git@git.postgresql.org/2ndquadrant_bdr.git postgresql-bdr
+$ git clone -b bdr-pg/REL9_4_STABLE git://git.postgresql.org/git/2ndquadrant_bdr.git postgresql-bdr
# checkout the sourcecode of the bdr plugin
-$ git clone -b bdr-plugin/next ssh://git@git.postgresql.org/2ndquadrant_bdr.git bdr-plugin
+$ git clone -b bdr-plugin/next git://git.postgresql.org/git/2ndquadrant_bdr.git bdr-plugin
# == build postgres ==
$ cd postgresql-bdr