X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fsources.texi;h=e7a13755b3fc8d9b44911ec4965e651fdbe66428;hb=da9420230cd4ed2ff1d8685c96b99043e529da62;hp=d6245ce9394ba16d649c27c6e09f885f60a0a058;hpb=a87ec543051d428aaa3888804d6c8451f6d537c9;p=govpn.git diff --git a/doc/sources.texi b/doc/sources.texi index d6245ce..e7a1375 100644 --- a/doc/sources.texi +++ b/doc/sources.texi @@ -1,10 +1,4 @@ @node Sources -@cindex Sources -@cindex Source code -@cindex Development source code -@cindex Git -@cindex Repository -@cindex Mirrors @section Development source code Development source code contains the latest version of the code. It may @@ -16,12 +10,12 @@ You can obtain it by cloning @url{http://git-scm.com/, Git} @url{http://git.cypherpunks.ru/cgit.cgi/govpn.git/log/, repository} and fetching dependent libraries source code as git submodules: -@example +@verbatim % git clone git://git.cypherpunks.ru/govpn.git govpn % cd govpn % git checkout develop % git submodule update --init -@end example +@end verbatim Also there is mirror of dependent libraries for safety if their native repositories will be unavailable (they are seldom updated): @@ -31,8 +25,6 @@ repositories will be unavailable (they are seldom updated): @item @code{cypherpunks.ru/govpn} @tab @url{https://github.com/stargrave/govpn.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/dchest/blake2b} @tab @url{git://git.cypherpunks.ru/blake2b.git} @item @code{github.com/go-yaml/yaml} @tab @url{git://git.cypherpunks.ru/yaml.git} -@item @code{github.com/magical/argon2} @tab @url{git://git.cypherpunks.ru/argon2.git} @item @code{golang.org/x/crypto} @tab @url{git://git.cypherpunks.ru/crypto.git} @end multitable