X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fsources.texi;h=778a786a6600d67481b2eb5c123e4ab0c0e051e4;hb=f9209136cff0331fc2293f25061971f6c77ff213;hp=862fa86dfeb057c8ea4ae58f97a91736bafe2ffd;hpb=a5872551bfa75d7efde5a186c7ff2de2e3bb8449;p=govpn.git diff --git a/doc/sources.texi b/doc/sources.texi index 862fa86..778a786 100644 --- a/doc/sources.texi +++ b/doc/sources.texi @@ -10,23 +10,22 @@ 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): @multitable @columnfractions .50 .50 @headitem Software/library @tab Mirror -@item @code{govpn} @tab @url{https://github.com/stargrave/govpn.git} +@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