From 72992ed813ecda61c8806caab5bf441e0a8f253c Mon Sep 17 00:00:00 2001 From: Huck Boles Date: Tue, 20 Dec 2022 10:28:47 -0600 Subject: [PATCH] README --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) 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 -- 2.44.2