Skip to content

Commit

Permalink
add link to proposal post about shell lib installs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattieb committed Jun 17, 2023
1 parent f0ad527 commit cb63bf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ See [the example script](./example) to see how to use it.
I recommend you install or link "portable-color.sh" into `${HOME}/.local/bin` and add this directory to your PATH if it is not already there.

I also recommend you do _not_ make it executable. The [POSIX standard dot](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#dot) will search PATH and does not require files it finds to be executable. Marking this non-executable will it not be invoked interactively.

I wrote more about my thoughts in ["A proposal for shell libraries"](https://mattiebee.io/44251/a-proposal-for-shell-libraries) on [my blog](https://mattiebee.io/).

0 comments on commit cb63bf8

Please sign in to comment.