fix typo
authorgit <redacted>
Thu, 19 Mar 2026 18:42:38 +0000 (14:42 -0400)
committergit <redacted>
Thu, 19 Mar 2026 18:42:38 +0000 (14:42 -0400)
README.md

index f754561eea6c575d9a27bb793478233a46ceb627..97fbc8c22aea81b59c415ba0c2ce07a8769cd591 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 #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.
+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` for ZSH), 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.
+Using the dc-based branch might be beneficial for systems where `bc` is a `dc` wrapper, `printf` command does not support base conversion, etc.
 
 In short, it is even more portable.