From: Huck Boles Date: Tue, 20 Dec 2022 16:28:47 +0000 (-0600) Subject: README X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=72992ed813ecda61c8806caab5bf441e0a8f253c;p=base.git README --- diff --git a/README.md b/README.md index 1aa5938..9594ac6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # *base* - CLI utility to convert numbers between arbitrary bases. +*base* -Usage: +## Usage: - Print binary representation: @@ -25,11 +26,21 @@ Usage: $ echo "123456" | base -o 8 + 361100 -Installation (installs to /usr/bin by default): +## Installation : - Download .zip or .tar.gz +- Download .zip or .tar.gz and decompress + + $ unzip base-{branch}.zip + + OR + + $ tar -I gzip -cvf base-{branch}.tar.gz - $ cd base - $ sudo make install +- Build base from source + + $ cd base-{branch} + + $ sudo make install