diff --git a/README.md b/README.md index 8cd956b..59a8dc6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is automation support for the linuxbrew-based tools procedure documented at: - https://www.tundraware.com/TechnicalNotes/Divorce-Your-Linux-Admin/ + https://www.tundraware.com/TechnicalNotes/Divorce-Your-Linux-Admin # How To Use The Makefile @@ -12,8 +12,8 @@ (so long as you have write permission there). Before doing anything, edit the variables as the top of the `makefile` -to reflect where you intend to install the tools, and what set of -tools you want installed. +to reflect where you want the built tarballs to be exported, where you +intend to install the tools, and what set of tools you want installed. ## Building The Bootstrap Image diff --git a/makefile b/makefile index e4f3eaa..6e3b875 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ TOOLS = tools MYTOOLS = "emacs joe htop nload nmap screen the_silver_searcher tree vim" -# Nothing here should need changing +# Nothing below here should need changing TOOLSDIR = ${INSTALLDIR}/${TOOLS} BREW = ${TOOLSDIR}/bin/brew -v