X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=doc%2Fsources.texi;h=474d27c5b5b69dfce9f88b6f0ee2a01ea17274ac;hp=83c2b4a8265ea43e93707e71a91f0c74588d62d3;hb=203dfe36da7adf2b3089e4fa4017a67409cbad70;hpb=1e54302eab76bb8bc4c2367a08c1121f8f31c858 diff --git a/doc/sources.texi b/doc/sources.texi index 83c2b4a..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 @@ -6,13 +9,11 @@ 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{https://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}, +@url{http://git.cypherpunks.ru/nncp.git}, +@url{http://y.git.cypherpunks.ru/nncp.git} URLs instead.