tUpdate README with simple usage - pm - barely a pack manager
 (HTM) git clone git://z3bra.org/pm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit be43a04a0611f495360a0211868eb642224715a9
 (DIR) parent 2c89cf4793591b24f6ec0770250b931479972686
 (HTM) Author: z3bra <willyatmailoodotorg>
       Date:   Wed, 30 Dec 2015 17:23:48 +0100
       
       Update README with simple usage
       
       Diffstat:
         M README                              |      33 +++++++++++++++++++++++++++++--
       
       1 file changed, 31 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -1,8 +1,37 @@
        # pm
        
       -A package manager.
       +A pack manager.
        
       -## features
       +## usage
       +
       +`pm` has only a few commands, to keep it dead simple to use:
       +
       +### add
       +
       +You can install a pack to your local system by adding it with
       +
       +        pm -a pack:0.1.tar.bz2
       +
       +### delete
       +
       +To remove a pack from your system, use its name:
       +
       +        pm -d pack
       +
       +### inspect
       +
       +You can inspect the current state of your system, or packs with the -i flag:
       +
       +        # list installed packs
       +        pm -i
       +
       +        # list files installed by a pack
       +        pm -i pack
       +
       +        # list the content of an archive
       +        pm -i pack:0.1.tar.bz2
       +
       +## goals
        
        0. install
                0.0 resolve dependencies