tdocu update - coffin - secure lan file storage on a device
 (HTM) git clone git://parazyd.org/coffin.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 08248302ac5103b9632c1ebfcd5bf01f246656f4
 (DIR) parent 93c69ad9ab59e877862dce4d6cc6370f32762d50
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 16 May 2016 18:45:41 +0200
       
       docu update
       
       Diffstat:
         M README.md                           |      19 +++++++++++++++----
       
       1 file changed, 15 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -12,20 +12,31 @@ Once you plug in your key again, that same tomb will be closed and your
        files are once again unreadable.
        
        ## Installation
       -Install the needed dependencies, some from the following list may vary
       -depending on the distro you are using:
       +Install the needed dependencies on a Debian-based distro:
       +
        ```
       -# zsh cryptsetup libgcrypt20-dev apache2 wipe sshfs inotify-tools
       -pinentry-curses pwgen gettext haveged sudo
       +; sudo apt-get install zsh cryptsetup libgcrypt20-dev apache2 wipe sshfs inotify-tools pinentry-curses pwgen gettext haveged sudo
        ```
        
        Clone this repository to the device you will be using.
        
       +```
       +; git clone https://github.com/parazyd/coffin.git coffin && cd coffin
       +```
       +
        Run `make` in order to compile tomb's KDF modules.
        
       +```
       +; make
       +```
       +
        Run `make install` as root in order to install and configure your
        device.
        
       +```
       +; sudo make install
       +```
       +
        ## Notes
        
        ## Usage