From: git Date: Thu, 19 Mar 2026 18:38:45 +0000 (-0400) Subject: expand readme X-Git-Url: https://git.datadissipation.net/?a=commitdiff_plain;h=9ebc71ef6ff7a6d3a39c72f9bd7f17af4c5a30ea;p=baseconv.git expand readme --- diff --git a/README.md b/README.md index f96d6a6..f754561 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ +#Installation + +Create a directory for local executables (`~/.local/bin/` is recommended) and add it to `PATH` (add `export PATH="${PATH}:${HOME}/.local/bin"` to your `~/.profile` - it may also be `~/.bash_profile` or `~/.zprofile`), copy the files into that folder. + +#dc branch + +Using the dc-based branch might be beneficial for systems where `bc` is a `dc` wrapper, `printf` command does not support base convertion, etc. + +In short, it is even more portable. + +#Usage + ##tohex * `-l` - output numbers with lowercase characters