diff --git a/.bin/README.md b/.bin/README.md index 25b0dec..7ba70db 100644 --- a/.bin/README.md +++ b/.bin/README.md @@ -1,3 +1,26 @@ # Scripts -Mostly tiny helper scripts & experiments, some more useful then others. +Mostly tiny helper scripts & experiments, some more useful than others. + +## Setup + +Make sure the scripts are in your `$PATH` and executable. + +To add the complete directory of scripts to your `$PATH`: + +```bash +export PATH=~/.bin:$PATH +``` + +To make a any script `