]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/sources.texi
Actualize URLs to git repository browser
[nncp.git] / doc / sources.texi
index 83c2b4a8265ea43e93707e71a91f0c74588d62d3..990639cc97d831c082c1c4d521400d643fd3b488 100644 (file)
@@ -6,13 +6,10 @@ 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 git://git.cypherpunks.ru/nncp.git
+$ cd nncp
+$ git checkout develop
+@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}.