X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fsources.texi;h=9ff82a9238155b356921b29503be23d3c04c8b88;hb=0ed43747344437800094782e78313b1c41c2cc1c;hp=a23e32b0f69d9ba9fb1100ffdf17a4de76513b05;hpb=93b2114e109935e83e11a8be108f1437f4d2722f;p=nncp.git diff --git a/doc/sources.texi b/doc/sources.texi index a23e32b..9ff82a9 100644 --- a/doc/sources.texi +++ b/doc/sources.texi @@ -6,13 +6,8 @@ be buggy. It does not contain compiled documentation and dependent libraries source code. Because of that, it is recommended for porters to use @ref{Tarballs, tarballs} instead. -You can obtain it by cloning @url{http://git-scm.com/, Git} -@url{http://git.cypherpunks.ru/cgit.cgi/nncp.git/log/, repository} -and fetching dependent libraries source code as git submodules: +@example +$ git clone --branch develop git://git.cypherpunks.ru/nncp.git nncp +@end example -@verbatim -% git clone git://git.cypherpunks.ru/nncp.git nncp -% cd nncp -% git checkout develop -% git submodule update --init -@end verbatim +You can also use @url{https://git.cypherpunks.ru/nncp.git}.