URI:
       Update README - slock - My fancy fork of slock
  HTML git clone git://git.drkhsh.at/slock.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 973b7676f781339250b78bb32abf2bdde9a6cbba
   DIR parent 2a6dd17d139ae525db6e56e7853621f21ef4e125
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Sat, 21 Jan 2023 00:24:52 +0100
       
       Update README
       
       Diffstat:
         D README                              |      25 -------------------------
         A README.md                           |      42 +++++++++++++++++++++++++++++++
       
       2 files changed, 42 insertions(+), 25 deletions(-)
       ---
   DIR diff --git a/README b/README
       @@ -1,25 +0,0 @@
       -slock - simple screen locker
       -============================
       -simple screen locker utility for X.
       -
       -
       -Requirements
       -------------
       -In order to build slock you need the Xlib header files.
       -Plus, libxcrypt-compat (or similar).
       -
       -
       -Installation
       -------------
       -Edit config.mk to match your local setup (slock is installed into
       -the /usr/local namespace by default).
       -
       -Afterwards enter the following command to build and install slock
       -(if necessary as root):
       -
       -    make clean install
       -
       -
       -Running slock
       --------------
       -Simply invoke the 'slock' command. To get out of it, enter your password.
   DIR diff --git a/README.md b/README.md
       @@ -0,0 +1,42 @@
       +```
       + :'######::'##::::::::'#######:::'######::'##:::'##:
       + '##... ##: ##:::::::'##.... ##:'##... ##: ##::'##::
       +  ##:::..:: ##::::::: ##:::: ##: ##:::..:: ##:'##:::
       + . ######:: ##::::::: ##:::: ##: ##::::::: #####::::
       + :..... ##: ##::::::: ##:::: ##: ##::::::: ##. ##:::
       + '##::: ##: ##::::::: ##:::: ##: ##::: ##: ##:. ##::
       + . ######:: ########:. #######::. ######:: ##::. ##:
       + :......:::........:::.......::::......:::..::::..::
       +
       + ██████████╗
       + █ author █║ drkhsh <me@drkhsh.at>
       + █ repo   █║ https://git.drkhsh.at/slock
       + ██████████║
       + ╚═════════╝
       +```
       +
       +slock - simple screen locker
       +============================
       +simple screen locker utility for X.
       +
       +
       +Requirements
       +------------
       +In order to build slock you need the Xlib header files.
       +Plus, libxcrypt-compat (or similar).
       +
       +
       +Installation
       +------------
       +Edit config.mk to match your local setup (slock is installed into
       +the /usr/local namespace by default).
       +
       +Afterwards enter the following command to build and install slock
       +(if necessary as root):
       +
       +    make clean install
       +
       +
       +Running slock
       +-------------
       +Simply invoke the 'slock' command. To get out of it, enter your password.