X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fsources.texi;h=9ff82a9238155b356921b29503be23d3c04c8b88;hb=0ed43747344437800094782e78313b1c41c2cc1c;hp=f74985fa74824752fc70d5c9679ad54ae16a96cc;hpb=fa3b1beeaed63e63e809489c16338b7aee75f85d;p=nncp.git diff --git a/doc/sources.texi b/doc/sources.texi index f74985f..9ff82a9 100644 --- a/doc/sources.texi +++ b/doc/sources.texi @@ -6,24 +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. -@verbatim -$ git clone git://git.cypherpunks.ru/nncp.git -$ cd nncp -$ git checkout develop -@end verbatim +@example +$ git clone --branch develop git://git.cypherpunks.ru/nncp.git nncp +@end example -Also there is mirror of dependent libraries for safety if their native -repositories will be unavailable (they are seldom updated): - -@multitable @columnfractions .50 .50 -@headitem Software/library @tab Mirror -@item @code{github.com/davecgh/go-xdr} @tab @url{git://git.cypherpunks.ru/go-xdr.git} -@item @code{github.com/dustin/go-humanize} @tab @url{git://git.cypherpunks.ru/go-humanize.git} -@item @code{github.com/flynn/noise} @tab @url{git://git.cypherpunks.ru/noise.git} -@item @code{github.com/gorhill/cronexpr} @tab @url{git://git.cypherpunks.ru/cronexpr.git} -@item @code{github.com/hjson/hjson-go} @tab @url{git://git.cypherpunks.ru/hjson-go.git} -@item @code{golang.org/x/crypto} @tab @url{git://git.cypherpunks.ru/crypto.git} -@item @code{golang.org/x/net} @tab @url{git://git.cypherpunks.ru/net.git} -@item @code{golang.org/x/sys} @tab @url{git://git.cypherpunks.ru/sys.git} -@item @code{gopkg.in/check.v1} @tab @url{git://git.cypherpunks.ru/check.git} -@end multitable +You can also use @url{https://git.cypherpunks.ru/nncp.git}.