]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/sources.texi
Merge branch 'develop'
[nncp.git] / doc / sources.texi
index d1970e654ae508e023cc935a3a984f7a0900021b..474d27c5b5b69dfce9f88b6f0ee2a01ea17274ac 100644 (file)
@@ -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,7 +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},
+@url{http://git.cypherpunks.ru/nncp.git},
+@url{http://y.git.cypherpunks.ru/nncp.git} URLs instead.