21 allowed to build and install on platforms not providing `bash'.
However, python program workarounds (#32) reintroduce this dependency.
We only need to run something like two commands, so building and
installing bash for this purpose is a little overkill, and I
appreciate the simplicity of just running ./install.sh instead
of having to run the commands (even if simple) manually.
In addition, I renamed some variables to be more explicit, and updated
minor details in documentation.
I can of course make separate pull-requests for each commit if
preferred.
21 allowed to build and install on platforms not providing `bash'.
However, python program workarounds (#32) reintroduce this dependency. We only need to run something like two commands, so building and installing bash for this purpose is a little overkill, and I appreciate the simplicity of just running
./install.sh
instead of having to run the commands (even if simple) manually.In addition, I renamed some variables to be more explicit, and updated minor details in documentation.
I can of course make separate pull-requests for each commit if preferred.