diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-09-18 21:16:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-09-18 21:16:31 +0000 |
commit | b88ddb3056509bce24ab7a07795118c40d81d263 (patch) | |
tree | 5c94d77c1d2c9bca786fb963faef26355d9970ac | |
parent | c923fac88d28bf8ed6291db914d601cd3aba8476 (diff) | |
download | skalibs-b88ddb3056509bce24ab7a07795118c40d81d263.tar.xz |
update doc to mention git
-rw-r--r-- | doc/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 344ffff..fc92baf 100644 --- a/doc/index.html +++ b/doc/index.html @@ -59,7 +59,9 @@ with a standard C development environment </li> <h3> Download </h3> <ul> - <li> The current skalibs version is <a href="skalibs-2.0.0.0.tar.gz">2.0.0.0</a>. </li> + <li> The current released version of skalibs is <a href="skalibs-2.0.0.0.tar.gz">2.0.0.0</a>. </li> + <li> Alternatively, you can checkout a copy of the skalibs git repository: +<pre> git clone git://git.skarnet.org/skalibs </pre> </li> </ul> <h3> Compilation </h3> |