commit cf1e0643396391213056ebae2f5c25611fc20ea4
Author:     Brandon Pribula <brandon.prib...@proton.me>
AuthorDate: Fri Sep 13 05:20:31 2024 +0000
Commit:     Roberto E. Vargas Caballero <k...@shike2.com>
CommitDate: Mon Oct 7 11:14:36 2024 +0200

    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'.

diff --git a/README b/README
index cadc89e..698eae3 100644
--- 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   .

Reply via email to