]> Cypherpunks.ru repositories - nncp.git/blob - doc/sources.texi
Actualize URLs to git repository browser
[nncp.git] / doc / sources.texi
1 @node Sources
2 @section Development source code
3
4 Development source code contains the latest version of the code. It may
5 be buggy. It does not contain compiled documentation and dependent
6 libraries source code. Because of that, it is recommended for porters
7 to use @ref{Tarballs, tarballs} instead.
8
9 @example
10 $ git clone git://git.cypherpunks.ru/nncp.git
11 $ cd nncp
12 $ git checkout develop
13 @end example
14
15 You can also use @url{https://git.cypherpunks.ru/nncp.git}.