spk diff doc/spk.en.html @ rev 135

Add spk-find, update doc
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 29 01:54:30 2014 +0100 (2014-03-29)
parents 8788606c40bb
children aded92d8f7bf
line diff
     1.1 --- a/doc/spk.en.html	Sun Jan 05 09:34:33 2014 +0000
     1.2 +++ b/doc/spk.en.html	Sat Mar 29 01:54:30 2014 +0100
     1.3 @@ -73,6 +73,25 @@
     1.4  # spk-up package1 package2 ...
     1.5  </pre>
     1.6  
     1.7 +<h3>Find packages</h3>
     1.8 +<p>
     1.9 +	The spk-find util with grep into a full packages list available on the
    1.10 +	mirror:
    1.11 +</p>
    1.12 +<pre>
    1.13 +# spk-find package
    1.14 +</pre>
    1.15 +
    1.16 +<h3>List packages &amp; files</h3>
    1.17 +<p>
    1.18 +	Spk-ls let you get the list of installed or mirrored packages as well 
    1.19 +	has the list of files installed by a package:
    1.20 +</p>
    1.21 +<pre>
    1.22 +# spk-ls --short
    1.23 +# spk-ls gcc-lib-base
    1.24 +</pre>
    1.25 +
    1.26  <!-- <h3></h3>
    1.27  <p>
    1.28