X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fsources.texi;h=474d27c5b5b69dfce9f88b6f0ee2a01ea17274ac;hb=HEAD;hp=990639cc97d831c082c1c4d521400d643fd3b488;hpb=1c773d7a2acd7fef4b7b1567b59e1601a79d55fe;p=nncp.git diff --git a/doc/sources.texi b/doc/sources.texi index 990639c..474d27c 100644 --- a/doc/sources.texi +++ b/doc/sources.texi @@ -1,4 +1,7 @@ @node Sources +@cindex sources +@cindex source code +@cindex git @section Development source code Development source code contains the latest version of the code. It may @@ -7,9 +10,10 @@ libraries source code. Because of that, it is recommended for porters to use @ref{Tarballs, tarballs} instead. @example -$ git clone git://git.cypherpunks.ru/nncp.git -$ cd nncp -$ git checkout develop +$ git clone --branch develop git://git.cypherpunks.ru/nncp.git nncp @end example -You can also use @url{https://git.cypherpunks.ru/nncp.git}. +You can also use +@url{https://git.cypherpunks.ru/nncp.git}, +@url{http://git.cypherpunks.ru/nncp.git}, +@url{http://y.git.cypherpunks.ru/nncp.git} URLs instead.