diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-09-18 21:15:56 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-09-18 21:15:56 +0000 |
commit | 799ef02e5870090ca9bf83dc5174644174084561 (patch) | |
tree | f4d495ac06ea6d31e1030d8dca163018743f4d04 | |
parent | f316a2ed52195135a35e32d7096e876357c48c69 (diff) | |
download | execline-799ef02e5870090ca9bf83dc5174644174084561.tar.xz |
update doc to mention git
-rw-r--r-- | doc/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index 682e935..394e648 100644 --- a/doc/index.html +++ b/doc/index.html @@ -64,6 +64,8 @@ shell's syntax, and has no security issues. <ul> <li> The current execline version is <a href="execline-2.0.0.0.tar.gz">2.0.0.0</a>. </li> + <li> Alternatively, you can checkout a copy of the execline git repository: +<pre> git clone git://git.skarnet.org/execline </pre> </li> </ul> <h3> Compilation </h3> |