]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/sources.texi
Add various documentation indices
[nncp.git] / doc / sources.texi
index d1d1bd96035f6d55f2bae2f7926bfb74ad229d66..474d27c5b5b69dfce9f88b6f0ee2a01ea17274ac 100644 (file)
@@ -1,20 +1,19 @@
 @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
 be buggy. It does not contain compiled documentation and dependent
-libraries source code. Because of that, it is not recommended for
-porters to use @ref{Tarballs} instead.
+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
-
-Github.com mirror exists: @url{https://github.com/stargrave/nncp}.
+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.