README: Add usage instruction for sbase-box - sbase - suckless unix tools
 (HTM) git clone git://git.suckless.org/sbase
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit cf1e0643396391213056ebae2f5c25611fc20ea4
 (DIR) parent d458fa2c7b9a1c874ade615766349385fae1c5b6
 (HTM) Author: Brandon Pribula <brandon.pribs11@proton.me>
       Date:   Fri, 13 Sep 2024 05:20:31 +0000
       
       README: Add usage instruction for sbase-box
       
       It would be a good idea to add a usage instruction for sbase-box
       in sbase's README similar to the one in ubase's README.
       
       Also, There's no command named 'sha238sum' but there is one named
       'sha384sum' and in the alphabetized list of commands 'paste' should
       come before 'pathchk'.
       
       Diffstat:
         M README                              |       6 ++++--
       
       1 file changed, 4 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -18,6 +18,8 @@ You can also build sbase-box, which generates a single binary containing
        all the required tools. You can then symlink the individual tools to
        sbase-box or run: make sbase-box-install
        
       +To run the tools for sbase-box directly use: sbase-box cmd [args]
       +
        Ideally you will want to statically link sbase. If you are on Linux we
        recommend using musl-libc[2].
        
       @@ -92,8 +94,8 @@ The following tools are implemented:
        0#*|o nl              .
        0=*|o nohup           .
        0=*|o od              .
       -0#* o pathchk         .
         #*|o paste           .
       +0#* o pathchk         .
        0=*|x printenv        .
        0#*|o printf          .
        0=*|o pwd             .
       @@ -108,7 +110,7 @@ The following tools are implemented:
        0=*|x sha1sum         .
        0=* x sha224sum       .
        0=*|x sha256sum       .
       -0=* x sha238sum       .
       +0=* x sha384sum       .
        0=*|x sha512sum       .
        0=* x sha512-224sum   .
        0=* x sha512-256sum   .