diff options
-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> |