]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/sources.texi
Raise copyright years
[govpn.git] / doc / sources.texi
index 504b6bf45f7f520cf63e0b38e547ec8a1f4d2de5..7a235d4c1cde55f4ce2d42723d973cf2e848d3cc 100644 (file)
@@ -1,27 +1,26 @@
-@node Development source code
+@node Sources
 @section Development source code
 
-Development source 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: use prepared tarballs!
+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 recommended for porters
+to use @ref{Tarballs, tarballs} instead.
 
-You can obtain it by cloning Git repository and fetching dependent
-libraries source code as git submodules:
-
-@example
-% git clone git://git.cypherpunks.ru/govpn.git govpn
-% cd govpn
-% git submodule update --init
-@end example
+You can obtain it and fetch dependent libraries source code as git submodules:
+@verbatim
+$ git clone git://git.cypherpunks.ru/govpn.git govpn
+$ cd govpn
+$ git checkout develop
+$ git submodule update --init
+@end verbatim
 
 Also there is mirror of dependent libraries for safety if their native
 repositories will be unavailable (they are seldom updated):
 
 @multitable @columnfractions .50 .50
 @headitem Software/library @tab Mirror
-@item @code{govpn} @tab @url{https://github.com/stargrave/govpn.git}
-@item @code{golang.org/x/crypto} @tab @url{git://git.cypherpunks.ru/crypto.git}
 @item @code{github.com/agl/ed25519} @tab @url{git://git.cypherpunks.ru/ed25519.git}
 @item @code{github.com/bigeagle/water} @tab @url{git://git.cypherpunks.ru/water.git}
+@item @code{github.com/go-yaml/yaml} @tab @url{git://git.cypherpunks.ru/yaml.git}
+@item @code{golang.org/x/crypto} @tab @url{git://git.cypherpunks.ru/crypto.git}
 @end multitable