From: Sergey Matveev Date: Fri, 7 Aug 2015 21:31:08 +0000 (+0300) Subject: develop branch should be default for the developer X-Git-Tag: 3.5^2~13 X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=eb76434455661726381ecd0b3e7cdda7f25f53ae develop branch should be default for the developer Signed-off-by: Sergey Matveev --- diff --git a/doc/sources.texi b/doc/sources.texi index 504b6bf..19cc422 100644 --- a/doc/sources.texi +++ b/doc/sources.texi @@ -12,6 +12,7 @@ libraries source code as git submodules: @example % git clone git://git.cypherpunks.ru/govpn.git govpn % cd govpn +% git checkout develop % git submodule update --init @end example