diff options
Diffstat (limited to 'scripts/bin/README.md')
-rw-r--r-- | scripts/bin/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/bin/README.md b/scripts/bin/README.md new file mode 100644 index 0000000..b7f4b5d --- /dev/null +++ b/scripts/bin/README.md @@ -0,0 +1,9 @@ +# Wrapper scripts for binaries + +The build process creates "local" versions of the binaries. These +binaries can be run out of the source / build tree, and do not need to +be installed in order to work. + +However, the "local" binaries require manual mangling of environment +variables in order to work. As such, it's easier to just have shell +script wrappers so people have to remember fewer things. |